PooledList<T>.

IndexOf(T, int, 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 upto count number of elements.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public int IndexOf(T item, int index, int count)

Parameters

Name Type Description
item T
index int
count int

Return Value

Type Description
int