SynchronizedKeyedCollection<K,T>.Contains(K) Méthode

Définition

Retourne une valeur indiquant si la collection contient un élément avec une clé spécifiée.

public:
 bool Contains(K key);
public bool Contains (K key);
override this.Contains : 'K -> bool
Public Function Contains (key As K) As Boolean

Paramètres

key
K

Clé de type K qui est testée.

Retours

true si la collection contient un élément avec la clé spécifiée ; sinon, false.

S’applique à