예제 #1
0
 public int IndexOf(T value)
 {
     return(_root.IndexOf(value, 0));
 }