C# Class MongoDB.Bson.IO.BsonBinaryReaderBookmark

Represents a bookmark that can be used to return a reader to the current position and state.
Inheritance: BsonReaderBookmark
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Private Properties

Свойство Type Description
BsonBinaryReaderBookmark
CloneContext BsonBinaryReaderContext

Private Methods

Méthode Description
BsonBinaryReaderBookmark ( BsonReaderState state, BsonType currentBsonType, string currentName, BsonBinaryReaderContext context, int position )
CloneContext ( ) : BsonBinaryReaderContext