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부터 시작)입니다.

속성 값

Group

원하는 위치에 있는 그룹입니다.

구현

예외

항목을 설정할 수 없습니다. 읽기 전용 컬렉션입니다.

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, GroupCollection 인스턴스가 IList<T> 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상