OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.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<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

Paramètres

item
TKey

Objet à localiser dans le IList<T>.

Retours

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

Implémente

S’applique à