IBsonReaderGetCurrentBsonType Method |
Gets the current BsonType (calls ReadBsonType if necessary).
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
SyntaxBsonType GetCurrentBsonType()
Function GetCurrentBsonType As BsonType
abstract GetCurrentBsonType : unit -> BsonType
Return Value
Type:
BsonTypeThe current BsonType.
See Also