Constructor BsonReaderBookmark
BsonReaderBookmark(BsonReaderState, BsonType, string)
Initializes a new instance of the BsonReaderBookmark class.
protected BsonReaderBookmark(BsonReaderState state, BsonType currentBsonType, string currentName)
Parameters
state
BsonReaderStateThe state of the reader.
currentBsonType
BsonTypeThe current BSON type.
currentName
stringThe name of the current element.