Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Save(string, SettingsSerializer?, SettingsOnFailure)

Declaration

public virtual void Save(
    string filename = null,
    SettingsSerializer? serializer = null,
    SettingsOnFailure onFailure = SettingsOnFailure.Throw
)

Summary

Saves the settings.

This method is fully compatible with SettingsThreadedBase.SaveThreaded(string, SettingsSerializer?), and will cancel any pending earlier (older) saves.