ConnectionItems.IDictionary<Object,Object>.Add(Object, Object) 메서드

정의

 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

매개 변수

key
Object
value
Object

구현

적용 대상