ActivatableList<T>.

FindIndex(int, Predicate<T>) Method

Syntax

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

Parameters

Name Type Description
startIndex int
match Predicate<T>

Return Value

Type Description
int