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

Parameters

arrayThe destination array to copy to.

Description

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