Method WriteBoolean
WriteBoolean(bool)
Writes a BSON Boolean to the writer.
void WriteBoolean(bool value)
Parameters
value
boolThe Boolean value.
Writes a BSON Boolean to the writer.
void WriteBoolean(bool value)
value
boolThe Boolean value.