コード例 #1
0
 public TypeEnumerator(Type t, XmlClassCollection collection)
 {
     this.type    = t;
     this.wrapped = collection.GetEnumerator();
 }
コード例 #2
0
 public XmlClass()
 {
     m_children = new XmlClassCollection(this);
 }