eDriven Framework API
Clone Method (list)
NamespaceseDriven.Gui.UtilArrayUtil<(Of <(<'T>)>)>Clone(array<T>[]()[][])
eDriven Framework API
Clones the array
If elements cloneable, clones also the elements
Declaration Syntax
C#Visual BasicVisual C++
public static T[] Clone(
	T[] list
)
Public Shared Function Clone ( _
	list As T() _
) As T()
public:
static array<T>^ Clone(
	array<T>^ list
)
Parameters
list (array<T>[]()[][])
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)