Clone()

Array::Clone() method

Clones the array.

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

Return Value

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

See Also