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