Constructor Settings
Settings(string, string)
Create a new Settings instance with a UserSettingsRepository and PackageSettingsRepository.
Declaration
public Settings(string package, string settingsFileName = "Settings")
Parameters
Type | Name | Description |
---|---|---|
string | package | The package name. Ex, |
string | settingsFileName | The name of the settings file. Defaults to "Settings." |
Settings(IEnumerable<ISettingsRepository>)
Create a new Settings instance with a collection of ISettingsRepository.
Declaration
public Settings(IEnumerable<ISettingsRepository> repositories)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ISettingsRepository> | repositories |