ActivatableList<T>.

LastIndexOf(T, int, int) Method

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