語言

Attributes.PutAll(IDictionary) 方法

定義

將指定屬性的所有屬性名稱-值映射複製到此映射。

[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

參數

attr
IDictionary

屬性將儲存在此映射中

實作

屬性

備註

將指定屬性的所有屬性名稱-值映射複製到此映射。 重複的映射將會被替換。

java.util.jar.Attributes.putAll(java.util.Map<?, ?>)Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於