ActivatableList<T>.

FindLastIndex(int, Predicate<T>) Method

Syntax

public int FindLastIndex(int startIndex, Predicate<T> match)

Parameters

Name Type Description
startIndex int
match Predicate<T>

Return Value

Type Description
int