Ejemplo n.º 1
0
 public bool Contains(T value)
 {
     return(RedBlackTree <T> .Contains(value, this));
 }