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
Mostrar archivo Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Private Properties

Property Type Description
BsonBinaryReaderBookmark
CloneContext BsonBinaryReaderContext

Private Methods

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