Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: SettingsFileXml<TSettings>(string, SettingsLocation, bool, string, ClassifyOptions)

Declaration

public SettingsFileXml<TSettings>(
    string appName,
    SettingsLocation location = SettingsLocation.User,
    bool throwOnError = false,
    string suffix = ".Settings.xml",
    ClassifyOptions options = null
)