Click or drag to resize

ObservableListTIndexOf Method

Determines the index of a specific item in the IListT.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int IndexOf(
	T item
)

Parameters

item  T
The object to locate in the IListT.

Return Value

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

Implements

IListTIndexOf(T)
See Also