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.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public BsonDocumentReader(
	BsonDocument document,
	BsonDocumentReaderSettings settings
)

Parameters

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