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