PooledList<T>.

IndexOf(T, int) Method

Summary

Returns the index of the first occurrence of a given value in a range of this list. The list is searched forwards, starting at index index and ending at count number of elements.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public int IndexOf(T item, int index)

Parameters

Name Type Description
item T
index int

Return Value

Type Description
int