Click or drag to resize

CollectionTIndexOf Method

Returns the index of the specified item in the collection.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public int IndexOf(
	T item
)

Parameters

item
Type: T
Item to get index of.

Return Value

Type: Int32
Index of specified item.

Implements

IListTIndexOf(T)
See Also