HttpRequestOptions.IDictionary<String,Object>.Add 메서드

정의

제공된 키와 값 IDictionary<TKey,TValue>이 있는 요소를 에 추가합니다.

 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

추가할 요소의 값으로 사용할 개체입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현입니다. 인스턴스가 인터페이스로 HttpRequestOptions 캐스팅 IDictionary<TKey,TValue> 되는 경우에만 사용할 수 있습니다.

적용 대상