ViewDataDictionary.Add Metoda

Definicja

Przeciążenia

Add(KeyValuePair<String,Object>)
Add(String, Object)

Add(KeyValuePair<String,Object>)

Dodaje element do elementu ICollection<T>.

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

Parametry

Implementuje

Dotyczy

Add(String, Object)

Dodaje element z podanym kluczem i wartością do elementu IDictionary<TKey,TValue>.

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

Parametry

key
String
value
Object

Implementuje

Dotyczy