ConnectionItems.IDictionary<Object,Object>.Add(Object, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- key
- Object
- value
- Object