コード例 #1
0
ファイル: Node.cs プロジェクト: vadimostanin/CA
 protected Node(int childCount)
 {
     Children = new ChildrenCollection(this, childCount);
 }
コード例 #2
0
 protected Node(int childCount)
 {
     Children = new ChildrenCollection(this, childCount);
 }