Provider.PutAll(IDictionary<Object,Object>) Method

Definition

Copies all of the mappings from the specified Map to this provider.

[Android.Runtime.Register("putAll", "(Ljava/util/Map;)V", "GetPutAll_Ljava_util_Map_Handler")]
public override void PutAll(System.Collections.Generic.IDictionary<object,object>? t);
[<Android.Runtime.Register("putAll", "(Ljava/util/Map;)V", "GetPutAll_Ljava_util_Map_Handler")>]
override this.PutAll : System.Collections.Generic.IDictionary<obj, obj> -> unit

Parameters

t
IDictionary<Object,Object>

the mappings to be stored in this provider.

Attributes

Remarks

Copies all of the mappings from the specified Map to this provider. These mappings will replace any properties that this provider had for any of the keys currently in the specified Map.

Added in 1.2.

Java documentation for java.security.Provider.putAll(java.util.Map<?, ?>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to