CastArrayTFrom, TToIndexOf Method

Determines the index of a specific item in this CastArrayTFrom, TTo.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public int IndexOf(
	TTo item
)

Parameters

item  TTo
The object to locate in the CastArrayTFrom, TTo.

Return Value

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

Implements

IListTIndexOf(T)

See Also