Partager via


IndexingParametersConfiguration.ContainsKey(String) Méthode

Définition

Détermine si IDictionary<TKey,TValue> contient un élément avec la clé spécifiée.

public bool ContainsKey (string key);
abstract member ContainsKey : string -> bool
override this.ContainsKey : string -> bool
Public Function ContainsKey (key As String) As Boolean

Paramètres

key
String

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

Retours

true si IDictionary<TKey,TValue> contient un élément avec la clé ; sinon, false.

Implémente

Exceptions

key a la valeur null.

S’applique à