HttpHeadersNonValidated.IReadOnlyDictionary<String,HeaderStringValues>.ContainsKey Methode

Definitie

Bepaalt of de alleen-lezenwoordenlijst een element bevat met de opgegeven sleutel.

 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

Parameters

key
String

De sleutel die moet worden gevonden.

Retouren

true als de alleen-lezenwoordenlijst een element bevat met de opgegeven sleutel; anders, false.

Implementeringen

Van toepassing op