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

Definizione

Determina l'indice di un elemento specifico dell'insieme.

 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

Parametri

item
Match

Oggetto da individuare nella raccolta.

Restituisce

Indice di item, se presente nell'elenco; in caso contrario, -1.

Implementazioni

Commenti

Se un oggetto è presente più volte nell'elenco, il metodo IndexOf restituisce sempre la prima istanza incontrata.

Si applica a