Method ReadBsonType
ReadBsonType(BsonStream)
Reads the BSON type.
public static BsonType ReadBsonType(this BsonStream stream)Parameters
- streamBsonStream
- The stream. 
Returns
- BsonType
- The BSON type. 
Reads the BSON type.
public static BsonType ReadBsonType(this BsonStream stream)stream BsonStreamThe stream.
The BSON type.