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

Parámetros

arrayArray to copy elements to.
indexThe 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.