Microsoft FactoryOrchestrator Core LockingList T GetRange(int int)
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.LockingList<T>
LockingList<T>.GetRange(int, int) Method
Creates a shallow copy of a range of elements in the source System.Collections.Generic.List`1.
public System.Collections.Generic.List<T> GetRange(int index, int count);
Parameters
index
System.Int32
The zero-based System.Collections.Generic.List`1 index at which the range starts.
count
System.Int32
The number of elements in the range.