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

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 TreeSet with the same elements, size and comparator as this TreeSet.

[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