OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.IndexOf 메서드

정의

IList<T>특정 항목의 인덱스를 결정합니다.

 virtual int System.Collections.Generic.IList<TValue>.IndexOf(TValue item) = System::Collections::Generic::IList<TValue>::IndexOf;
int IList<TValue>.IndexOf (TValue item);
abstract member System.Collections.Generic.IList<TValue>.IndexOf : 'Value -> int
override this.System.Collections.Generic.IList<TValue>.IndexOf : 'Value -> int
Function IndexOf (item As TValue) As Integer Implements IList(Of TValue).IndexOf

매개 변수

item
TValue

IList<T>찾을 개체입니다.

반환

목록에 있는 경우 item 인덱스입니다. 그렇지 않으면 -1입니다.

구현

적용 대상