This version of Unity is unsupported.
Method group is Obsolete

SyncList<T0>.CopyTo

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

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.