ConcurrentDictionary<TKey,TValue>.IDictionary.Contains(Object) Metodo

Definizione

Ottiene un valore che indica se IDictionary<TKey,TValue> contiene un elemento con la chiave specificata.

 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

Parametri

key
Object

Chiave da individuare in IDictionary<TKey,TValue>.

Restituisce

true se IDictionary<TKey,TValue> contiene un elemento con la chiave specificata; in caso contrario, false.

Implementazioni

Eccezioni

key è null.

Si applica a

Vedi anche