示例#1
0
 public bool Contains(ITreeNode other)
 {
     return(_treeNode.Contains(other));
 }