Click or drag to resize

ListNodeListIndexOfObject Method

Get the index of the provided object.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int IndexOfObject(
	Object o
)

Parameters

o  Object
The object to search for.

Return Value

Int32
The index of the object in this collection if found; otherwise, -1.
See Also