Clones the array
If elements cloneable, clones also the elements
If elements cloneable, clones also the elements

C# | Visual Basic | Visual C++ |
public static T[] Clone( T[] list )
Public Shared Function Clone ( _ list As T() _ ) As T()
public: static array<T>^ Clone( array<T>^ list )

- list (array<T>[]()[][])
