ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains メソッド

定義

item 内のキーによってインデックス付された、item 内の値がディクショナリに格納されているかどうかを示す値を返します。

bool ICollection<KeyValuePair<string,object>>.Contains (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool

パラメーター

item
System.Collections.Generic.KeyValuePair<System.String,System.Object>

追加する項目。

戻り値

System.Boolean

実装

System.Collections.Generic.ICollection`1.Contains(`0)

適用対象