System::Collections::Generic::List::FindAll metod
List::FindAll method
Söker efter element som uppfyller ett specifikt predikat.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| Parameter | Type | Beskrivning |
|---|---|---|
| match | System::Predicate<T> | Predicate för att kontrollera element med. |
ReturnValue
List of matching elements (if any) or empty list.
Se även
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++