Beispiel #1
0
 public bool Contains(T value)
 {
     return(_root.Contains(value));
 }