LockingListTIndexOf Method
Determines the index of a specific item in the
LockingListT.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.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 LockingListT.
Int32
The index of
item if found in the list; otherwise, -1.
IListTIndexOf(T)