ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains Méthode

Définition

Retourne une valeur qui indique si le dictionnaire contient la valeur dans item, indexée par la clé dans 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

Paramètres

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

Élément à ajouter.

Retours

System.Boolean

Implémente

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

S’applique à