コード例 #1
0
ファイル: Dict.cs プロジェクト: weimingtom/IronPythonMod
 public bool ContainsValue(object value)
 {
     return(DictOps.Contains(this, value));
 }