Class BsonReaderSettings
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
Represents settings for a BsonReader.
public abstract class BsonReaderSettings
Inheritance
BsonReaderSettings
Derived
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the BsonReaderSettings class.
Properties
Gets whether the settings are frozen.
Methods
Creates a clone of the settings.
Creates a clone of the settings.
Freezes the settings.
Returns a frozen copy of the settings.
Throws an InvalidOperationException when an attempt is made to change a setting after the settings are frozen.