Example #1
0
 /// <summary>
 /// CTOR
 /// </summary>
 /// <param name="sectionName">Name of the section</param>
 public ConfigurationSection(string sectionName)
 {
     this.Name     = sectionName;
     this.Settings = new ConfigurationSettings();
 }
Example #2
0
 /// <summary>
 /// CTOR
 /// </summary>
 /// <param name="sectionName">Name of the section</param>
 public ConfigurationSection(string sectionName)
 {
     this.Name = sectionName;
     this.Settings = new ConfigurationSettings();
 }