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