Click or drag to resize
ArrayClone Method
Creates a shallow copy of the Array.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public Object Clone()

Return Value

Type: Object
A shallow copy of the Array.
See Also