Skip to content

Microsoft FactoryOrchestrator Core LockingList T CopyTo(T int)

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.LockingList<T>

LockingList<T>.CopyTo(T[], int) Method

Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.

public void CopyTo(T[] array, int arrayIndex);

Parameters

array T[]
The one-dimensional System.Array that is the destination of the elements copied from System.Collections.ICollection. The System.Array must have zero-based indexing.

arrayIndex System.Int32
The zero-based index in array at which copying begins.