Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: bool DefaultsLoaded

  • Declared in: RT.Serialization.Settings.SettingsFile<TSettings>

Declaration

bool DefaultsLoaded

Summary

true if a new default instance of the settings had to be constructed, otherwise false. When false it's guaranteed that the settings were successfully loaded from the settings file. When true, if throwOnError is true then it's guaranteed that the settings file was missing, but if throwOnError is false then it's not possible to determine whether the file was present or a loading error has occurred.