Microsoft FactoryOrchestrator Core LockingList T IndexOf(T)
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.LockingList<T>
LockingList<T>.IndexOf(T) Method
Determines the index of a specific item in the System.Collections.IList.
public int IndexOf(T item);
Parameters
item
T
The object to locate in the System.Collections.IList.
Returns
System.Int32
The index of item if found in the list; otherwise, -1.