MatchCollection.IList<Match>.IndexOf(Match) Yöntem

Tanım

Koleksiyondaki belirli bir öğenin dizinini belirler.

 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

Parametreler

item
Match

Koleksiyonda bulunacak nesne.

Döndürülenler

Listede bulunursa dizini item ; aksi takdirde -1.

Uygulamalar

Açıklamalar

Bir nesne listede birden çok kez oluşursa, IndexOf yöntem her zaman bulunan ilk örneği döndürür.

Şunlara uygulanır