Partager via


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

Définition

Détermine l’index d’un élément spécifique dans le 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

Paramètres

item
TValue

Objet à localiser dans le IList<T>.

Retours

Index de item s’il se trouve dans la liste ; sinon, -1.

Implémente

S’applique à