GroupCollection.IList<Group>.Item[Int32] Özellik

Tanım

Grubu koleksiyonda belirtilen konumda alır.

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

Parametreler

index
Int32

Grup koleksiyonundaki grubun sıfır tabanlı dizini.

Özellik Değeri

Group

Grup istenen konumdadır.

Uygulamalar

Özel durumlar

Öğe ayarlanamıyor. Bu salt okunur bir koleksiyondur.

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IList<T> arabirime GroupCollection yayınlandığında kullanılabilir.

Şunlara uygulanır