예제 #1
0
 public List <T> ToList()
 {
     return(new List <T>(SB_BinarySearchTree <T> .Enumerate(_root)));
 }