Microsoft FactoryOrchestrator Core LockingList T Insert(int T)
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.LockingList<T>
LockingList<T>.Insert(int, T) Method
Inserts an item to the System.Collections.IList at the specified index.
public void Insert(int index, T item);
Parameters
index
System.Int32
The zero-based index at which item should be inserted.
item
T
The object to insert into the System.Collections.IList.