Click or drag to resize

DelayedListTIndexOf Method

Gets the index of an 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, or -1 if not found.

Implements

IListTIndexOf(T)
See Also