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