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。

实现

适用于