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

정의

지정한 키와 값을 사전에 추가합니다.

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

매개 변수

key
String

키로 사용할 개체입니다.

value
Object

값으로 사용할 개체입니다.

구현

적용 대상