ActivatableList<T>.

FindLastIndex(int, int, Predicate<T>) Method

Syntax

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

Parameters

Name Type Description
startIndex int
count int
match Predicate<T>

Return Value

Type Description
int