ConcurrentDictionary<TKey,TValue>.ContainsKey(TKey) Méthode

Définition

Détermine si ConcurrentDictionary<TKey,TValue> contient la clé spécifiée.

public:
 virtual bool ContainsKey(TKey key);
public bool ContainsKey (TKey key);
abstract member ContainsKey : 'Key -> bool
override this.ContainsKey : 'Key -> bool
Public Function ContainsKey (key As TKey) As Boolean

Paramètres

key
TKey

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

Retours

true si ConcurrentDictionary<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