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

Definizione

Determina se il dizionario contiene la chiave specificata.

 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

Parametri

key
String

Chiave da individuare nel dizionario.

Restituisce

true se il dizionario contiene un elemento con la chiave specificata. In caso contrario, false.

Implementazioni

Si applica a