Metodo System::Collections::Generic::List::FindAll
List::FindAll method
Cerca gli elementi che soddisfano un predicato specifico.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| Parametro | Tipo | Descrizione |
|---|---|---|
| match | System::Predicate<T> | Predicate per verificare gli elementi |
ReturnValue
List of matching elements (if any) or empty list.
Vedi anche
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++