Method WriteBoolean
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
WriteBoolean(bool)
Writes a BSON Boolean to the writer.
void WriteBoolean(bool value)
Parameters
value
bool
The Boolean value.
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
Writes a BSON Boolean to the writer.
void WriteBoolean(bool value)
value
bool
The Boolean value.