IReadOnlyIndexedList<T>.

IndexOf(T) Method

Summary

Returns the index of the `item` in this list or -1 if it's not in this list.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IReadOnlyIndexedList<T>

Syntax

int IndexOf(T item)

Parameters

Name Type Description
item T

Return Value

Type Description
int