다음을 통해 공유


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

정의

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

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

매개 변수

item
TKey

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

반환

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

구현

적용 대상