Click or drag to resize

NamedItemListTIndexOf(INamedItem) Method

Gets the index of the specified item.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int IndexOf(
	INamedItem item
)

Parameters

item  INamedItem
The item to locate.

Return Value

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