Table of Contents

Constructor BsonReaderBookmark

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

BsonReaderBookmark(BsonReaderState, BsonType, string)

Initializes a new instance of the BsonReaderBookmark class.

protected BsonReaderBookmark(BsonReaderState state, BsonType currentBsonType, string currentName)

Parameters

state BsonReaderState

The state of the reader.

currentBsonType BsonType

The current BSON type.

currentName string

The name of the current element.