System::Array::Clone 方法

Array::Clone method

克隆数组。

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

ReturnValue

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

另见