Method WriteBoolean
WriteBoolean(bool)
Writes a BSON Boolean to the writer.
public abstract void WriteBoolean(bool value)Parameters
- valuebool
- The Boolean value. 
Writes a BSON Boolean to the writer.
public abstract void WriteBoolean(bool value)value boolThe Boolean value.