HttpRequestOptions.IDictionary<String,Object>.ContainsKey Metoda

Definice

Určuje, zda obsahuje IDictionary<TKey,TValue> prvek se zadaným klíčem.

 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

Parametry

key
String

Klíč, který se má najít v souboru IDictionary<TKey,TValue>.

Návraty

true pokud obsahuje IDictionary<TKey,TValue> prvek s klíčem, falsev opačném případě .

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v HttpRequestOptions případě, že je instance přetypovaná na IDictionary<TKey,TValue> rozhraní.

Platí pro