コード例 #1
0
ファイル: IntVocabulary.cs プロジェクト: yazici/dpu-utils
 public bool Contains(T obj)
 {
     return(_dictionary.Contains(obj));
 }