Metodo FindAll di System::Collections::Generic::List
List::FindAll method
Cerca 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> | Predicato 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.Font for C++