コード例 #1
0
ファイル: Node.cs プロジェクト: ngin/treetest
 public void AddFirstSibling(Node <T> childNode)
 {
     Parent.AddFirstChild(childNode);
 }