CastedListTFrom, TToIndexOf Method

Determines the index of a specific item in the IListT.

Definition

Namespace: QuickAdmin.Utils
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
public int IndexOf(
	TTo item
)

Parameters

item  TTo
The object to locate in the IListT.

Return Value

int
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)

See Also