XmlQuerySequence<T>.IList.IndexOf(Object) Método
Definição
Retorna o índice do valor especificado na sequência.Returns the index of the specified value in the sequence.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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 valor especificado.The specified value.
Retornos
O índice do valor especificado na sequência.The index of the specified value in the sequence.