다음을 통해 공유


OrderedDictionary<TKey,TValue>.IDictionary.Contains(Object) 메서드

정의

IDictionary 개체에 지정된 키가 있는 요소가 포함되어 있는지 여부를 확인합니다.

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

매개 변수

key
Object

IDictionary 개체에서 찾을 키입니다.

반환

IDictionary 키가 있는 요소가 포함되어 있는지 true. 그렇지 않으면 false.

구현

적용 대상