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