示例#1
0
 public T GetContainingNode <T> (bool returnThis = false) where T : ITreeNode
 {
     return(_treeNode.GetContainingNode <T>(returnThis));
 }