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