Method PushSettings
PushSettings(Action<BsonReaderSettings>)
Pushes new settings for the reader.
void PushSettings(Action<BsonReaderSettings> configurator)Parameters
- configuratorAction<BsonReaderSettings>
- The settings configurator. 
Pushes new settings for the reader.
void PushSettings(Action<BsonReaderSettings> configurator)configurator Action<BsonReaderSettings>The settings configurator.