[This is preliminary documentation and is subject to change.]
Represents a BSON element with a javascript value
System Object NFX.Serialization.BSON BSONElement NFX.Serialization.BSON BSONElement
String NFX.Serialization.BSON BSONJavaScriptElementNamespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class BSONJavaScriptElement : BSONElement<string>
public sealed class BSONJavaScriptElement : BSONElement<string>
Public NotInheritable Class BSONJavaScriptElement
Inherits BSONElement(Of String)
Public NotInheritable Class BSONJavaScriptElement
Inherits BSONElement(Of String)
public ref class BSONJavaScriptElement sealed : public BSONElement<String^>
public ref class BSONJavaScriptElement sealed : public BSONElement<String^>
[<SealedAttribute>]
type BSONJavaScriptElement =
class
inherit BSONElement<string>
end
[<SealedAttribute>]
type BSONJavaScriptElement =
class
inherit BSONElement<string>
end