Exemple #1
0
 protected Node(int childCount)
 {
     Children = new ChildrenCollection(this, childCount);
 }
Exemple #2
0
 protected Node(int childCount)
 {
     Children = new ChildrenCollection(this, childCount);
 }