MatchCollection.IList<Match>.Item[Int32] Özellik

Tanım

Belirtilen dizindeki öğeyi alır.

property System::Text::RegularExpressions::Match ^ System::Collections::Generic::IList<System::Text::RegularExpressions::Match>::Item[int] { System::Text::RegularExpressions::Match ^ get(int index); void set(int index, System::Text::RegularExpressions::Match ^ value); };
System.Text.RegularExpressions.Match System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.Item(int) : System.Text.RegularExpressions.Match with get, set
 Property Item(index As Integer) As Match Implements IList(Of Match).Item

Parametreler

index
Int32

Alınacak öğenin sıfır tabanlı dizini.

Özellik Değeri

Belirtilen dizindeki öğe.

Uygulamalar

Açıklamalar

Bu özellik, aşağıdaki söz dizimini kullanarak koleksiyondaki belirli bir öğeye erişme olanağı sağlar: myCollection[index]. C# dili , özelliğini uygulamak Item[] yerine dizin oluşturucuları tanımlamak için bu anahtar sözcüğü kullanır. Visual Basic, aynı dizin oluşturma işlevini sağlayan varsayılan bir özellik olarak uygularItem[].

Şunlara uygulanır