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

Parámetros

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

Descripción

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