Key.KeyedList<T>.

Key.

IndexOf(T) Method

Summary

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

Syntax

public int IndexOf(T item)

Parameters

Name Type Description
item T

Return Value

Type Description
int