LockingListTIndexOf Method

Determines the index of a specific item in the LockingListT.

Definition

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

Parameters

item  T
The object to locate in the LockingListT.

Return Value

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

Implements

IListTIndexOf(T)

See Also