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

Parameters

arrayDestination array.

Description 描述

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