C# Class MongoDB.Bson.IO.BsonReaderBookmark

显示文件 Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Protected Methods

Method Description
BsonReaderBookmark ( BsonReaderState state, BsonType currentBsonType, string currentName )

Initializes a new instance of the BsonReaderBookmark class.

Method Details

BsonReaderBookmark() protected method

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.