ModelItemDictionary.IDictionary.Add(Object, Object) Yöntem

Tanım

Sağlanan anahtar ve değere sahip bir öğeyi nesnesine IDictionary ekler.

 virtual void System.Collections.IDictionary.Add(System::Object ^ key, System::Object ^ value) = System::Collections::IDictionary::Add;
void IDictionary.Add (object key, object value);
abstract member System.Collections.IDictionary.Add : obj * obj -> unit
override this.System.Collections.IDictionary.Add : obj * obj -> unit
Sub Add (key As Object, value As Object) Implements IDictionary.Add

Parametreler

key
Object

Eklenecek öğenin anahtarı olarak kullanılacak nesne.

value
Object

Eklenecek öğenin değeri olarak kullanılacak nesne.

Uygulamalar

Şunlara uygulanır