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