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> 接口时使用。

适用于