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

Definição

Determina o índice de um item específico no 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

Parâmetros

item
TValue

O objeto a ser localizado no IList<T>.

Retornos

O índice de item se encontrado na lista; caso contrário, -1.

Implementações

Aplica-se a