예제 #1
0
 public GroupNode GetRoot(int count)
 {
     _rootNode.Collapse(count);
     return(_rootNode);
 }