Example #1
0
 public override bool Contains(Object key)
 {
     return(host.Find(key) >= 0);
 }