상속: 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);
 }