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