Mono Class Library: System.Collections.ArrayList Overview | Members

System.Collections.ArrayList.Clone Method

Returns a object that is a copy of the current instance.

public virtual object Clone ()

Returns

A object that is a copy of the current instance.

Remarks

Note: This method is implemented to support the ICloneable interface.

Operation
As described above.

This method uses Array.Copy(Array, Array, int) to clone the current instance.

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0