Click or drag to resize

PrioritizedListTIndexOf Method (PrioritizedItemT)

Gets the index of a prioritized 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(
	PrioritizedItem<T> item
)
Request Example View Source

Parameters

item
Type: Archon.SwissArmyLib.CollectionsPrioritizedItemT
The item to get the index for.

Return Value

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

Implements

IListTIndexOf(T)
See Also