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

파라미터

sliceNativeSlice.
arrayArray.

설명

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