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

Definición

Devuelve un valor que indica si el diccionario contiene el valor en item, indexado por la clave en 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

Parámetros

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

Elemento que se va a agregar.

Devoluciones

System.Boolean

Implementaciones

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

Se aplica a