Version: 2017.3
public void CopyTo (T[] array, int index);

Parameters

array Array to copy elements to.
index The zero-based index in array at which copying begins.

Description

Copies the elements of the SyncList<T> to an Array, starting at a particular Array index.