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

Definice

Vrátí index zadané hodnoty v sekvenci.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

 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

Zadaná hodnota

Návraty

Int32

Index zadané hodnoty v sekvenci.

Implementuje

Platí pro