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

정의

컬렉션에서 지정된 개체의 인덱스를 반환하거나 컬렉션에 개체가 없으면 -1을 반환합니다.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
[System.Security.SecurityCritical]
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
[<System.Security.SecurityCritical>]
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

개체입니다.

반환

Int32

integer입니다.

구현

특성

적용 대상