FindLast()
List::FindLast(System::Predicate<T>) method
Looks for last element adhering to specific predicate.
T System::Collections::Generic::List<T>::FindLast(System::Predicate<T> match)
Arguments
Parameter | Type | Description |
---|---|---|
match | System::Predicate<T> | Predicate to check elements with. |
Return Value
Value of matching element or nullptr if not found.
See Also
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Slides