NativeSlice<T0>.CopyFrom

Declaration

public void CopyFrom(NativeSlice<T> slice);

Declaration

public void CopyFrom(T[] array);

Parameters

slice The NativeSlice<T0> to copy the elements from.
array The array to copy elements from.

Description

Copies all the elements from a NativeSlice<T0> or managed array of the same length.


Did you find this page useful? Please give it a rating: