System::Collections::Generic::List::FindLast metodo
List::FindLast method
Cerca l’ultimo elemento che soddisfa un predicato specifico.
T System::Collections::Generic::List<T>::FindLast(System::Predicate<T> match)
| Parametro | Tipo | Descrizione |
|---|---|---|
| match | System::Predicate<T> | Predicate per verificare gli elementi |
ReturnValue
Valore dell’elemento corrispondente o nullptr se non trovato.
Vedi anche
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++