HttpRequestOptions.IDictionary<String,Object>.ContainsKey メソッド

定義

指定したキーを持つ要素が IDictionary<TKey,TValue> に含まれているかどうかを判断します。

 virtual bool System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey(System::String ^ key) = System::Collections::Generic::IDictionary<System::String ^, System::Object ^>::ContainsKey;
bool IDictionary<string,object>.ContainsKey(string key);
abstract member System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey : string -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey : string -> bool
Function ContainsKey (key As String) As Boolean Implements IDictionary(Of String, Object).ContainsKey

パラメーター

key
String

IDictionary<TKey,TValue>内で検索するキー。

返品

true キーを持つ要素が IDictionary<TKey,TValue> に含まれている場合は。それ以外の場合は false

実装

注釈

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

適用対象