System::Array::Clone 方法

Array::Clone method

克隆数组。

ArrayPtr<T> System::Array<T>::Clone()

ReturnValue

一个指向新数组对象的指针,该对象包含当前对象所表示的数组中项的副本。

另见