Method WriteBoolean
WriteBoolean(IBsonWriter, string, bool)
Writes a BSON Boolean element to the writer.
Parameters
writer
IBsonWriter The writer.
name
stringThe name of the element.
value
boolThe Boolean value.
Writes a BSON Boolean element to the writer.
writer
IBsonThe writer.
name
stringThe name of the element.
value
boolThe Boolean value.