XmlElementAttributes.IList.IndexOf(Object) 메서드

정의

IList에서 특정 항목의 인덱스를 결정합니다.

 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

IList에서 찾을 개체입니다.

반환

Int32

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

구현

적용 대상