Comparteix a través de


OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.IndexOf Método

Definición

Determina el índice de un elemento específico del 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

Parámetros

item
TKey

Objeto que se va a buscar en el IList<T>.

Devoluciones

Índice de item si se encuentra en la lista; de lo contrario, -1.

Implementaciones

Se aplica a