public void CopyFrom(NativeSlice<T> slice);
public void CopyFrom(T[] array);

Parameters

sliceNativeSlice.
arrayArray.

Description 描述

Copy all the elements from a NativeSlice or managed array of the same length.