次の方法で共有


ConnectionItems.ICollection<KeyValuePair<Object,Object>>.Contains メソッド

定義

 virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object,System.Object>>.Contains(System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^> item) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>>::Contains;
bool ICollection<KeyValuePair<object,object>>.Contains (System.Collections.Generic.KeyValuePair<object,object> item);
bool ICollection<KeyValuePair<object,object>>.Contains (System.Collections.Generic.KeyValuePair<object,object?> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<obj, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<obj, obj> -> bool
Function Contains (item As KeyValuePair(Of Object, Object)) As Boolean Implements ICollection(Of KeyValuePair(Of Object, Object)).Contains

パラメーター

戻り値

実装

適用対象