Partager via


OrderedDictionary<TKey,TValue>.KeyCollection.Contains(TKey) Méthode

Définition

Détermine si le ICollection<T> contient une valeur spécifique.

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

Paramètres

key
TKey

Retours

true si item se trouve dans le ICollection<T>; sinon, false.

Implémente

S’applique à