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