NativeSlice<T0>.CopyFrom
public void CopyFrom(NativeSlice<T> slice);
public void CopyFrom(T[] array);
Parameters
| slice | NativeSlice. | |
| array | Array. |
Description 描述
Copy all the elements from a NativeSlice or managed array of the same length.
| slice | NativeSlice. | |
| array | Array. |
Copy all the elements from a NativeSlice or managed array of the same length.