Inheritance: ICollection, IEnumerable, IList
 /// <include file='ConfigSourceBase.xml' path='//Constructor[@name="Constructor"]/docs/*' />
 public ConfigSourceBase()
 {
     configList = new ConfigCollection(this);
 }
 /// <include file='ConfigSourceBase.xml' path='//Constructor[@name="Constructor"]/docs/*' />
 public ConfigSourceBase()
 {
     configList = new ConfigCollection (this);
 }