Constructor BsonReaderBookmark
BsonReaderBookmark(BsonReaderState, BsonType, string)
Initializes a new instance of the BsonReaderBookmark class.
protected BsonReaderBookmark(BsonReaderState state, BsonType currentBsonType, string currentName)Parameters
- stateBsonReaderState
- The state of the reader. 
- currentBsonTypeBsonType
- The current BSON type. 
- currentNamestring
- The name of the current element.