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