ConnectionItems.IDictionary<Object,Object>.Add(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
virtual void System.Collections.Generic.IDictionary<System.Object,System.Object>.Add(System::Object ^ key, System::Object ^ value) = System::Collections::Generic::IDictionary<System::Object ^, System::Object ^>::Add;
void IDictionary<object,object>.Add (object key, object value);
void IDictionary<object,object>.Add (object key, object? value);
abstract member System.Collections.Generic.IDictionary<System.Object,System.Object>.Add : obj * obj -> unit
override this.System.Collections.Generic.IDictionary<System.Object,System.Object>.Add : obj * obj -> unit
Sub Add (key As Object, value As Object) Implements IDictionary(Of Object, Object).Add
Paramètres
- key
- Object
- value
- Object