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.0.1
Syntax
public BsonDocumentReader(
	BsonDocument document,
	BsonDocumentReaderSettings settings
)

Parameters

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