C# Class MongoDB.Bson.IO.BsonReaderBookmark

Afficher le fichier Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Méthodes protégées

Méthode Description
BsonReaderBookmark ( BsonReaderState state, BsonType currentBsonType, string currentName )

Initializes a new instance of the BsonReaderBookmark class.

Method Details

BsonReaderBookmark() protected méthode

Initializes a new instance of the BsonReaderBookmark class.
protected BsonReaderBookmark ( BsonReaderState state, BsonType currentBsonType, string currentName )
state BsonReaderState The state of the reader.
currentBsonType BsonType The current BSON type.
currentName string The name of the current element.