Method | Description | |
---|---|---|
BsonReaderBookmark ( BsonReaderState state, BsonType currentBsonType, string currentName ) |
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. |