System::Collections::Generic::List::FindLast método
List::FindLast method
Busca el último elemento que cumpla un predicado específico.
T System::Collections::Generic::List<T>::FindLast(System::Predicate<T> match)
| Parámetro | Tipo | Descripción |
|---|---|---|
| match | System::Predicate<T> | Predicate para comprobar elementos con. |
ReturnValue
Valor del elemento coincidente o nullptr si no se encuentra.
Ver también
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++