Method WriteBoolean

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson.IO

Assembly

MongoDB.Bson.dll

WriteBoolean(bool)

Writes a BSON Boolean to the writer.

void WriteBoolean(bool value)

Parameters

value bool

The Boolean value.