Beispiel #1
0
 public void PrintTree()
 {
     RealRootNode.PrintTree();
 }
Beispiel #2
0
 CountType DebugValidateStatsNodeSubtree()
 {
     return(RealRootNode.DebugValidateStatsNodeSubtree());
 }