Open Rails

SettingsBase.Load Method

[This is preliminary documentation and subject to change.]

Load all settings, possibly partly from the given options

Overload List

Load all settings, possibly partly from the given options

protected abstract void Load(bool,Dictionary<string, string>)

Load a single value from the store, once type of the setting is known

protected void Load(bool,Dictionary<string, string>,string,Type)

Load settings from the options

protected void Load(IEnumerable<string>)

See Also

SettingsBase Class | ORTS.Common Namespace