System::Collections::Generic::_KeyCollection::Contains methode

_KeyCollection::Contains method

Controleert of het item aanwezig is in de container.

bool System::Collections::Generic::_KeyCollection<Dict>::Contains(const TKey &item) const override
ParameterTypeBeschrijving
itemconst TKey&Item om naar te zoeken.

ReturnValue

True als het item wordt gevonden, false anders.

Zie ook