PooledList<T>.

IndexOf(T) Method

Summary

Returns the index of the first occurrence of a given value in this list. The list is searched forwards from beginning to end.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public int IndexOf(T item)

Parameters

Name Type Description
item T

Return Value

Type Description
int