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

Parámetros

arrayDestination array.

Descripción

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