IIndexer<T>.

GetIndex(T) Method

Summary

Returns the index of the `item`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IIndexer<T>

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
int GetIndex(T item)

Remarks

The index used by this method should be initialized at -1 and should not be modified by anything outside this indexer.

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
item T

Return Value

Type Description
int