コード例 #1
0
ファイル: Hashtable.cs プロジェクト: bostich83/axiom
 public override bool Contains(Object key)
 {
     return(host.Find(key) >= 0);
 }