Table of Contents

Method WriteBsonType

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

WriteBsonType(BsonStream, BsonType)

Writes a BsonType to the stream.

public static void WriteBsonType(this BsonStream stream, BsonType value)

Parameters

stream BsonStream

The stream.

value BsonType

The value.