MatchCollection.IList<Match>.IndexOf(Match) Метод

Определение

Определяет индекс определенного элемента в коллекции.

 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

Параметры

item
Match

Объект, который требуется найти в коллекции.

Возвращаемое значение

Индекс item, если он найден в списке; в противном случае — значение -1.

Реализации

Комментарии

Если объект встречается в списке несколько раз, метод IndexOf всегда возвращает первый найденный экземпляр.

Применяется к