System::Collections::Generic::List::FindAll-Methode
List::FindAll method
Sucht nach Elementen, die ein bestimmtes Prädikat erfüllen.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| Parameter | Typ | Beschreibung |
|---|---|---|
| match | System::Predicate<T> | Predicate zum Überprüfen von Elementen. |
ReturnValue
List of matching elements (if any) or empty list.
Siehe auch
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++