GroupCollection.IList<Group>.Item[Int32] Właściwość

Definicja

Pobiera grupę na określonej pozycji w kolekcji.

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

Parametry

index
Int32

Indeks grupy w kolekcji grup oparty na zera.

Wartość właściwości

Group

Grupa w żądanej pozycji.

Implementuje

Wyjątki

Nie można ustawić elementu. Jest to kolekcja tylko do odczytu.

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy GroupCollection wystąpienie jest rzutowe do interfejsu IList<T> .

Dotyczy