ExpandoObject.IDictionary<String,Object>.ContainsKey(String) メソッド

定義

指定されたキーがディクショナリ内に存在するかどうかを判定します。

 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

パラメーター

key
String

ディクショナリ内で検索するキー。

戻り値

指定したキーを持つ要素がディクショナリに格納されている場合は true、それ以外の場合は false

実装

適用対象