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

정의

지정한 항목의 인덱스를 가져옵니다.

 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의 인덱스(0부터 시작)입니다.

구현

적용 대상