Click or drag to resize

SetListTIndexOf Method

Gets the index of the specified item.

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

Parameters

item  T
The item to search for.

Return Value

Int32
The index of the item, or -1 if not found.
See Also