Click or drag to resize

StyleListBaseTIndexOf Method

Returns the index of the specified item.

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

Parameters

item  T
The item to locate.

Return Value

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