SynchronizedCollection<T>.IList.IndexOf(Object) 메서드

정의

컬렉션에서 요소의 인덱스(0부터 시작)를 확인합니다.

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

매개 변수

value
Object

컬렉션에서 인덱스가 확인되는 요소입니다.

반환

컬렉션에 있으면 value의 인덱스이고, 그렇지 않으면 -1입니다.

구현

적용 대상