System::Collections::Generic::List::FindAll method
List::FindAll method
Busca elementos que cumplan un predicado específico.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| Parámetro | Tipo | Descripción |
|---|---|---|
| match | System::Predicate<T> | Predicate para comprobar elementos con. |
ReturnValue
List of matching elements (if any) or empty list.
Ver también
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++