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

파라미터

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

설명

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