C# Класс MongoDB.Bson.IO.BsonReaderBookmark

Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
BsonReaderBookmark ( BsonReaderState state, BsonType currentBsonType, string currentName )

Initializes a new instance of the BsonReaderBookmark class.

Описание методов

BsonReaderBookmark() защищенный Метод

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.