Java.Lang.ICloneable
This (empty) interface must be implemented by all classes that wish to support cloning.

See Also: ICloneable Members

Syntax

[Android.Runtime.Register("java/lang/Cloneable", "", "Java.Lang.ICloneableInvoker")]
public interface ICloneable : Android.Runtime.IJavaObject, IDisposable

Remarks

This (empty) interface must be implemented by all classes that wish to support cloning. The implementation of clone() in Object checks if the object being cloned implements this interface and throws CloneNotSupportedException if it does not.

See Also

[Android Documentation]

Requirements

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