示例#1
0
 public int CalculateTree()
 {
     return(root.CalculateTree());
 }