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