예제 #1
0
 public TreeNode <T> Get(T value)
 {
     return(_root?.Get(value));
 }