protected ConfigurationManager() { settings = new SettingsCollection { help, version, verbose, printlog, logFile, configFile, loglevels }; }
protected ConfigurationManager(string name) { settings = new SettingsCollection { help, version, verbose, printlog, logFile, configFile, this.name, loglevels }; this.name.MaybeUpdate(SettingSource.Default, name); }