ConnectionItems.IDictionary<Object,Object>.Add(Object, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Parametri
- key
- Object
- value
- Object