GroupCollection.IList<Group>.Item[Int32] プロパティ

定義

コレクション内の指定した位置のグループを取得します。

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

パラメーター

index
Int32

グループ コレクションのグループの 0 から始まるインデックス。

プロパティ値

目的の位置にあるグループ。

実装

例外

項目を設定できません。 これは読み取り専用のコレクションです。

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、GroupCollection のインスタンスが IList<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象