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

Definição

Determina o índice baseado em zero de um elemento na coleção.

 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

O elemento na coleção cujo índice está sendo determinado.

Retornos

O índice do value se encontrado na coleção; caso contrário, -1.

Implementações

Aplica-se a