PooledList<T>.

LastIndexOf(T, int) Method

Summary

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

Syntax

public int LastIndexOf(T item, int index)

Parameters

Name Type Description
item T
index int

Return Value

Type Description
int