Table of Contents

Method WriteBinarySubType

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

WriteBinarySubType(BsonStream, BsonBinarySubType)

Writes a binary sub type to the stream.

public static void WriteBinarySubType(this BsonStream stream, BsonBinarySubType value)

Parameters

stream BsonStream

The stream.

value BsonBinarySubType

The value.