Table of Contents

Method ReadBinarySubType

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

ReadBinarySubType(BsonStream)

Reads the binary sub type.

public static BsonBinarySubType ReadBinarySubType(this BsonStream stream)

Parameters

stream BsonStream

The stream.

Returns

BsonBinarySubType

The binary sub type.