public ASLSettings()
 {
     Settings = new Dictionary<string, ASLSetting>();
     OrderedSettings = new List<ASLSetting>();
     BasicSettings = new Dictionary<string, ASLSetting>();
     Builder = new ASLSettingsBuilder(this);
     Reader = new ASLSettingsReader(this);
 }
Beispiel #2
0
 public ASLSettings()
 {
     Settings        = new Dictionary <string, ASLSetting>();
     OrderedSettings = new List <ASLSetting>();
     BasicSettings   = new Dictionary <string, ASLSetting>();
     Builder         = new ASLSettingsBuilder(this);
     Reader          = new ASLSettingsReader(this);
 }