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

Parámetros

sliceNativeSlice.
arrayArray.

Descripción

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