Method WriteBinarySubType
WriteBinarySubType(BsonStream, BsonBinarySubType)
Writes a binary sub type to the stream.
public static void WriteBinarySubType(this BsonStream stream, BsonBinarySubType value)Parameters
- streamBsonStream
- The stream. 
- valueBsonBinarySubType
- The value.