SynchronizedCollection<T>.IList.IndexOf(Object) Método

Definición

Determina el índice de base cero de un elemento de la colección.

 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

Parámetros

value
Object

Elemento de la colección cuyo índice se determina.

Devoluciones

Índice de value si se encuentra en la colección; de lo contrario, -1.

Implementaciones

Se aplica a