PooledList<T>.

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

Syntax

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

Parameters

Name Type Description
item T
index int
count int

Return Value

Type Description
int