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