System::Collections::ObjectModel::KeyedCollection::Contains methode

KeyedCollection::Contains method

Controleert of de sleutel aanwezig is in de container.

bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Contains(TKey key)
ParameterTypeBeschrijving
sleutelTKeySleutel om naar te zoeken.

ReturnValue

True als sleutel wordt gevonden, false anders.

Zie ook