ObservableListTIndexOf Method |
Determines the index of a specific item in the
IListT.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int IndexOf(
T item
)
Parameters
- item T
- The object to locate in the IListT.
Return Value
Int32The index of
item if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)See Also