PooledList<T>.

FindIndex(int, Func<T, bool>) Method

Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public int FindIndex(int startIndex, Func<T, bool> match)

Parameters

Name Type Description
startIndex int
match Func<T, bool>

Return Value

Type Description
int