System::Collections::Generic::ICollection::Contains-methode

ICollection::Contains method

Controleert of een element aanwezig is in de collectie.

virtual bool System::Collections::Generic::ICollection<T>::Contains(const T &item) const =0
ParameterTypeBeschrijving
itemconst T&Item om naar te zoeken.

ReturnValue

Waar als het element aanwezig is, anders onwaar.

Zie ook