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