Table of Contents

Method WriteBoolean

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

WriteBoolean(bool)

Writes a BSON Boolean to the writer.

public virtual void WriteBoolean(bool value)

Parameters

value bool

The Boolean value.