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