ExpandoObject.ICollection<KeyValuePair<String,Object>>.Contains 메서드

정의

특정 키와 값이 ICollection<T> 포함되어 있는지 여부를 확인합니다.

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

매개 변수

item
KeyValuePair<String,Object>

KeyValuePair<TKey,TValue> 에서 찾을 구조체입니다ICollection<T>.

반품

true컬렉션에 특정 키와 값이 포함되어 있으면 이고, 그렇지 않으면 . false

구현

적용 대상