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