ConcurrentDictionary<TKey,TValue>.ContainsKey(TKey) Methode

Definition

Bestimmt, ob das ConcurrentDictionary<TKey,TValue> den angegebenen Schlüssel enthält.

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

Parameter

key
TKey

Der im ConcurrentDictionary<TKey,TValue> zu suchende Schlüssel.

Gibt zurück

true, wenn das ConcurrentDictionary<TKey,TValue> ein Element mit dem angegebenen Schlüssel enthält, andernfalls false.

Implementiert

Ausnahmen

key ist null.

Gilt für:

Weitere Informationen