Method WriteBoolean
WriteBoolean(BsonStream, bool)
Writes a boolean to the stream.
public static void WriteBoolean(this BsonStream stream, bool value)
Parameters
stream
BsonStreamThe stream.
value
boolThe value.
Writes a boolean to the stream.
public static void WriteBoolean(this BsonStream stream, bool value)
stream
BsonStreamThe stream.
value
boolThe value.