Array2D<T>.Clone Method

Creates a shallow copy of the array.

Definition

Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Array2D<T> Clone()

Return Value

Array2D<T>
A copy of the array.

See Also