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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答