Array.IList.Contains(Object) 메서드

정의

요소가 .에 IList있는지 여부를 확인합니다.

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

매개 변수

value
Object

현재 목록에서 찾을 개체입니다. 찾을 요소는 참조 형식에 사용할 수 있습니다 null .

반품

있으면 , 그렇지 않으면 .입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현입니다. 인스턴스가 인터페이스로 Array 캐스팅 IList 되는 경우에만 사용할 수 있습니다.

적용 대상