Open Rails

SettingsBase.Save Method

[This is preliminary documentation and subject to change.]

Save all settings to the store

Overload List

Save all settings to the store

public abstract void Save()

Save a setting to the store. Since type is not known, this is abstract.

public abstract void Save(string)

Save a setting to the store, if name and especially type are known

protected void Save(string,Type)

See Also

SettingsBase Class | ORTS.Common Namespace