Table of Contents

Method WriteBoolean

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

WriteBoolean(BsonStream, bool)

Writes a boolean to the stream.

public static void WriteBoolean(this BsonStream stream, bool value)

Parameters

stream BsonStream

The stream.

value bool

The value.