NamedItemListTIndexOf(INamedItem) Method |
Gets the index of the specified item.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
INamedItem item
)
Parameters
- item INamedItem
- The item to locate.
Return Value
Int32The zero-based index of the item, or
-1 if it is not found.
See Also