public void CopyTo (T[] array);
public void CopyTo (NativeArray<T> array);

Parámetros

arrayThe destination array to copy to.

Descripción

Copy all elements to a NativeArray or managed array of the same length.