Ejemplo n.º 1
0
 public bool ContainsKey(int key)
 {
     return(Find(CollectionUtils.GetHashKey(key)) >= 0);
 }