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