Condividi tramite


OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.IndexOf Metodo

Definizione

Determina l'indice di un elemento specifico nel 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

Parametri

item
TKey

Oggetto da individuare nella IList<T>.

Restituisce

Indice di item se presente nell'elenco; in caso contrario, -1.

Implementazioni

Si applica a