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> 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상