示例#1
0
 public string PrintTree()
 {
     return(root.PrintTree());
 }