Udostępnij za pośrednictwem


XmlQuerySequence<T>.IList.IndexOf(Object) Metoda

Definicja

Zwraca indeks określonej wartości w sekwencji.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

 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

Parametry

value
Object

Określona wartość.

Zwraca

Int32

Indeks określonej wartości w sekwencji.

Implementuje

Dotyczy