CastedListTFrom, TToIndexOf Method
Determines the index of a specific item in the
IListT.
Namespace: QuickAdmin.UtilsAssembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
public int IndexOf(
TTo item
)
- item TTo
- The object to locate in the IListT.
intThe index of
item if found in the list; otherwise, -1.
IListTIndexOf(T)