ExpandoObject.IDictionary<String,Object>.ContainsKey(String) Metoda

Definice

Určuje, zda slovník obsahuje zadaný klíč.

 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á vyhledat ve slovníku.

Návraty

truePokud slovník obsahuje prvek, který má zadaný klíč; v opačném případě . false

Implementuje

Platí pro