Table of Contents

Class BsonReaderBookmark

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

Represents a bookmark that can be used to return a reader to the current position and state.

public abstract class BsonReaderBookmark
Inheritance
BsonReaderBookmark
Derived
Inherited Members
Extension Methods

Constructors

BsonReaderBookmark(BsonReaderState, BsonType, string)

Initializes a new instance of the BsonReaderBookmark class.

Properties

CurrentBsonType

Gets the current BsonType;

CurrentName

Gets the name of the current element.

State

Gets the current state of the reader.