Attributes.PutAll(IDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies all of the attribute name-value mappings from the specified Attributes to this Map.
[Android.Runtime.Register("putAll", "(Ljava/util/Map;)V", "GetPutAll_Ljava_util_Map_Handler")]
public virtual void PutAll (System.Collections.IDictionary? attr);
[<Android.Runtime.Register("putAll", "(Ljava/util/Map;)V", "GetPutAll_Ljava_util_Map_Handler")>]
abstract member PutAll : System.Collections.IDictionary -> unit
override this.PutAll : System.Collections.IDictionary -> unit
Parameters
- attr
- IDictionary
the Attributes to be stored in this map
Implements
- Attributes
Remarks
Copies all of the attribute name-value mappings from the specified Attributes to this Map. Duplicate mappings will be replaced.
Java documentation for java.util.jar.Attributes.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.