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

ParameterTypeDescription
matchSystem::Predicate<T>Predicate to check elements with.

Return Value

Value of matching element or nullptr if not found.

See Also