System::Collections::Generic::List::FindAll methode
List::FindAll method
Zoekt naar elementen die voldoen aan een specifieke predicaat.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| Parameter | Type | Beschrijving |
|---|---|---|
| match | System::Predicate<T> | Predicate om elementen te controleren. |
ReturnValue
List of matching elements (if any) or empty list.
Zie ook
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++