Esempio n. 1
0
 protected Node(int childCount)
 {
     Children = new ChildrenCollection(this, childCount);
 }
Esempio n. 2
0
 protected Node(int childCount)
 {
     Children = new ChildrenCollection(this, childCount);
 }