ScopeStorageDictionary.Add 方法

定義

多載

Add(KeyValuePair<Object,Object>)

使用指定的泛型集合, ScopeStorageDictionary 將索引鍵/值組加入物件。

Add(Object, Object)

將指定的索引鍵和指定的值加入 ScopeStorageDictionary 至 物件。

Add(KeyValuePair<Object,Object>)

使用指定的泛型集合, ScopeStorageDictionary 將索引鍵/值組加入物件。

public virtual void Add (System.Collections.Generic.KeyValuePair<object,object> item);
abstract member Add : System.Collections.Generic.KeyValuePair<obj, obj> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<obj, obj> -> unit
Public Overridable Sub Add (item As KeyValuePair(Of Object, Object))

參數

item
KeyValuePair<Object,Object>

索引鍵/值組。

實作

適用於

Add(Object, Object)

將指定的索引鍵和指定的值加入 ScopeStorageDictionary 至 物件。

public virtual void Add (object key, object value);
abstract member Add : obj * obj -> unit
override this.Add : obj * obj -> unit
Public Overridable Sub Add (key As Object, value As Object)

參數

key
Object

索引鍵。

value
Object

數值。

實作

適用於