Click or drag to resize

BsonDocumentReader Constructor (BsonDocument, BsonDocumentReaderSettings)

Initializes a new instance of the BsonDocumentReader class.

Namespace:  MongoDB.Bson.IO
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public BsonDocumentReader(
	BsonDocument document,
	BsonDocumentReaderSettings settings
)

Parameters

document
Type: MongoDB.BsonBsonDocument
A BsonDocument.
settings
Type: MongoDB.Bson.IOBsonDocumentReaderSettings
The reader settings.
See Also