Click or drag to resize

PrioritizedListTIndexOf Method (T)

Gets the index of a item in the list.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int IndexOf(
	T item
)
Request Example View Source

Parameters

item
Type: T
The item to get the index for.

Return Value

Type: Int32
The index of the item in the list or -1 if not found.
See Also