Android.OS.Bundle.PutAll Method
Inserts all mappings from the given Bundle into this Bundle.

Syntax

[Android.Runtime.Register("putAll", "(Landroid/os/Bundle;)V", "")]
public void PutAll (Bundle map)

Parameters

bundle
a Bundle

Remarks

Inserts all mappings from the given Bundle into this Bundle.

[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