Creates a shallow copy of the array.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Array2D<T> Clone()
Public Function Clone As Array2D(Of T)
public:
Array2D<T> Clone()
member Clone : unit -> Array2D<'T>
Return Value
Type:
Array2DTA copy of the array.
Reference