ArrayList4<E>.

FindIndex(int, int, Predicate<E>) Method

Syntax

public int FindIndex(int startIndex, int count, Predicate<E> match)

Parameters

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

Return Value

Type Description
int