SynchronizedReadOnlyCollection<T>.IList.IndexOf(Object) Méthode

Définition

Obtient l'index de l'élément spécifié.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Paramètres

value
Object

Élément dont l'index est en cours de récupération.

Retours

Index de base zéro de la première occurrence de la value dans la collection.

Implémente

S’applique à