C# 클래스 MongoDB.Bson.IO.BsonReaderBookmark

파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver 1 사용 예제들

보호된 메소드들

메소드 설명
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.