SortedDictionary<TKey,TValue>.KeyCollection.Contains(TKey) Metoda

Definice

Určuje, zda obsahuje ICollection<T> konkrétní hodnotu.

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

Parametry

item
TKey

Objekt, který se má najít v objektu ICollection<T>.

Návraty

truepokud item se nachází v ; ICollection<T>v opačném případě . false

Implementuje

Platí pro