次の方法で共有


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

定義

 virtual bool System.Collections.Generic.IDictionary<System.Object,System.Object>.ContainsKey(System::Object ^ key) = System::Collections::Generic::IDictionary<System::Object ^, System::Object ^>::ContainsKey;
bool IDictionary<object,object>.ContainsKey (object key);
abstract member System.Collections.Generic.IDictionary<System.Object,System.Object>.ContainsKey : obj -> bool
override this.System.Collections.Generic.IDictionary<System.Object,System.Object>.ContainsKey : obj -> bool
Function ContainsKey (key As Object) As Boolean Implements IDictionary(Of Object, Object).ContainsKey

パラメーター

key
Object

戻り値

実装

適用対象