HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.Add メソッド

定義

ICollection<T> に項目を追加します。

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

パラメーター

item
KeyValuePair<String,Object>

ICollection<T> に追加するオブジェクト。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、HttpRequestOptions のインスタンスが ICollection<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象