ArrangedElementCollection.IList.Contains(Object) 메서드

정의

이 멤버에 대한 설명은 메서드를 참조하세요 Contains(Object) .

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains(object value);
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

Object 에서 찾을 위치입니다IList.

반품

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

구현

설명

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

적용 대상