Method | Description | |
---|---|---|
Clone ( ) : |
Creates a clone of the settings.
|
|
Freeze ( ) : |
Freezes the settings.
|
|
FrozenCopy ( ) : |
Returns a frozen copy of the settings.
|
Method | Description | |
---|---|---|
BsonReaderSettings ( ) : System |
Initializes a new instance of the BsonReaderSettings class.
|
|
BsonReaderSettings ( GuidRepresentation guidRepresentation ) : System |
Initializes a new instance of the BsonReaderSettings class.
|
|
CloneImplementation ( ) : |
Creates a clone of the settings.
|
|
ThrowFrozenException ( ) : void |
Throws an InvalidOperationException when an attempt is made to change a setting after the settings are frozen.
|
protected BsonReaderSettings ( GuidRepresentation guidRepresentation ) : System | ||
guidRepresentation | GuidRepresentation | The representation for Guids. |
return | System |
protected abstract CloneImplementation ( ) : |
||
return |