HttpRequestOptions.IDictionary<String,Object>.ContainsKey Metod

Definition

Avgör om innehåller IDictionary<TKey,TValue> ett element med den angivna nyckeln.

 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

Parametrar

key
String

Nyckeln som ska hittas IDictionary<TKey,TValue>i .

Returer

true IDictionary<TKey,TValue> om innehåller ett element med nyckeln, annars . false

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen HttpRequestOptions skickas till ett IDictionary<TKey,TValue> gränssnitt.

Gäller för