Click or drag to resize

BsonReader.PushSettings Method

Pushes new settings for the reader.

Namespace:  MongoDB.Bson.IO
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public void PushSettings(
	Action<BsonReaderSettings> configurator
)

Parameters

configurator
Type: System.Action<BsonReaderSettings>
The settings configurator.

Implements

IBsonReader.PushSettings(Action<BsonReaderSettings>)
See Also