Java.Util.ArrayList.Clone Method
Returns a new ArrayList with the same elements, the same size and the same capacity as this ArrayList.

Syntax

[Android.Runtime.Register("clone", "()Ljava/lang/Object;", "GetCloneHandler")]
public virtual Java.Lang.Object Clone ()

See Also

Java.Lang.ICloneable

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new ArrayList with the same elements, the same size and the same capacity as this ArrayList.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1