ConcurrentDictionary<TKey,TValue>.IDictionary.Contains(Object) Méthode

Définition

Obtient une valeur qui indique si IDictionary<TKey,TValue> contient un élément avec la clé spécifiée.

 virtual bool System.Collections.IDictionary.Contains(System::Object ^ key) = System::Collections::IDictionary::Contains;
bool IDictionary.Contains (object key);
abstract member System.Collections.IDictionary.Contains : obj -> bool
override this.System.Collections.IDictionary.Contains : obj -> bool
Function Contains (key As Object) As Boolean Implements IDictionary.Contains

Paramètres

key
Object

Clé à rechercher dans IDictionary<TKey,TValue>.

Retours

true si IDictionary<TKey,TValue> contient un élément correspondant à la clé spécifiée ; sinon, false.

Implémente

Exceptions

key a la valeur null.

S’applique à

Voir aussi