DefinitionCollection<T>.IndexOf(T) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’index de la première occurrence de item
dans ce DefinitionCollection<T>.
public int IndexOf (T item);
abstract member IndexOf : 'T -> int
override this.IndexOf : 'T -> int
Paramètres
- item
- T
Instance IDefinition à rechercher.
Retours
System.Int32
Implémente
System.Collections.Generic.IList`1.IndexOf(`0)