HttpHeadersNonValidated.IReadOnlyDictionary<String,HeaderStringValues>.ContainsKey メソッド

定義

指定されたキーを持つ要素が読み取り専用ディクショナリに格納されているかどうかを確認します。

 virtual bool System.Collections.Generic.IReadOnlyDictionary<System.String,System.Net.Http.Headers.HeaderStringValues>.ContainsKey(System::String ^ key) = System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Net::Http::Headers::HeaderStringValues>::ContainsKey;
bool IReadOnlyDictionary<string,HeaderStringValues>.ContainsKey (string key);
abstract member System.Collections.Generic.IReadOnlyDictionary<System.String,System.Net.Http.Headers.HeaderStringValues>.ContainsKey : string -> bool
override this.System.Collections.Generic.IReadOnlyDictionary<System.String,System.Net.Http.Headers.HeaderStringValues>.ContainsKey : string -> bool
Function ContainsKey (key As String) As Boolean Implements IReadOnlyDictionary(Of String, HeaderStringValues).ContainsKey

パラメーター

key
String

検索するキー。

戻り値

指定したキーを持つ要素が読み取り専用ディクショナリに格納されている場合は true。それ以外の場合は false

実装

適用対象