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
| Parameter | Type | Beschrijving |
|---|---|---|
| item | const T& | Item om naar te zoeken. |
ReturnValue
Waar als het element aanwezig is, anders onwaar.
Zie ook
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++