MatchCollection.IList<Match>.IndexOf(Match) Metoda

Definice

Určuje index konkrétní položky v kolekci.

 virtual int System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.IndexOf(System::Text::RegularExpressions::Match ^ item) = System::Collections::Generic::IList<System::Text::RegularExpressions::Match ^>::IndexOf;
int IList<Match>.IndexOf (System.Text.RegularExpressions.Match item);
abstract member System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.IndexOf : System.Text.RegularExpressions.Match -> int
override this.System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.IndexOf : System.Text.RegularExpressions.Match -> int
Function IndexOf (item As Match) As Integer Implements IList(Of Match).IndexOf

Parametry

item
Match

Objekt, který má být v kolekci vyhledán.

Návraty

Index , item pokud je v seznamu nalezen, jinak hodnota -1.

Implementuje

Poznámky

Pokud se objekt v seznamu vyskytuje vícekrát, IndexOf metoda vždy vrátí první nalezenou instanci.

Platí pro