System::Array::Clone method

Array::Clone method

Clones the array.

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

ReturnValue

A pointer to a new array object containing items that are copies of items of the array represented by the current object.

See Also