Пример #1
0
 public int BinTree_DescendantsAndSelf()
 {
     return(_binTree.DescendantsAndSelf().Count());
 }