BsonReaderSettingsFreeze Method |
Freezes the settings.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax public BsonReaderSettings Freeze()
Public Function Freeze As BsonReaderSettings
member Freeze : unit -> BsonReaderSettings
Return Value
Type:
BsonReaderSettingsThe frozen settings.
See Also