PooledList<T>.

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

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

Syntax

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

Parameters

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

Return Value

Type Description
int