Android.OS.Bundle.Clone Method
Clones the current Bundle.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Clones the current Bundle. The internal map is cloned, but the keys and values to which it refers are copied by reference.

[Android Documentation]

Requirements

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