Method WriteBsonType
WriteBsonType(BsonStream, BsonType)
Writes a BsonType to the stream.
public static void WriteBsonType(this BsonStream stream, BsonType value)Parameters
- streamBsonStream
- The stream. 
- valueBsonType
- The value. 
Writes a BsonType to the stream.
public static void WriteBsonType(this BsonStream stream, BsonType value)stream BsonStreamThe stream.
value BsonTypeThe value.