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> インターフェイスにキャストされる場合のみ、使用できます。

適用対象