Method ReadBinarySubType
ReadBinarySubType(BsonStream)
Reads the binary sub type.
public static BsonBinarySubType ReadBinarySubType(this BsonStream stream)Parameters
- streamBsonStream
- The stream. 
Returns
- BsonBinarySubType
- The binary sub type. 
Reads the binary sub type.
public static BsonBinarySubType ReadBinarySubType(this BsonStream stream)stream BsonStreamThe stream.
The binary sub type.