[This is preliminary documentation and is subject to change.]
Creates an array element
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public BSONJavaScriptElement(
string value
)
public BSONJavaScriptElement(
string value
)
Public Sub New (
value As String
)
Public Sub New (
value As String
)
public:
BSONJavaScriptElement(
String^ value
)
public:
BSONJavaScriptElement(
String^ value
)
new :
value : string -> BSONJavaScriptElement
new :
value : string -> BSONJavaScriptElement