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)
ParameterTypeDescription
matchSystem::Predicate<T>Predicate to check elements with.

ReturnValue

Value of matching element or nullptr if not found.

See Also