ArraySectionTIndexOf Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public int IndexOf(
T item
)
Public Function IndexOf (
item As T
) As Integer
public:
virtual int IndexOf(
T item
) sealed
abstract IndexOf :
item : 'T -> int
override IndexOf :
item : 'T -> int
- item T
- The object to locate in the ArraySectionT.
Int32
The index of
item if found in the list; otherwise, -1.
IListTIndexOf(T)