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