예제 #1
0
 internal void Accept(IAvlNodeVisitor <T> visitor)
 {
     _root.Accept(visitor);
 }