ListNodeListIndexOfObject Method |
Get the index of the provided object.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int IndexOfObject(
Object o
)
Parameters
- o Object
- The object to search for.
Return Value
Int32The index of the object in this collection if found; otherwise, -1.
See Also