CaptureCollection.Item[Int32] 속성

정의

컬렉션의 개별 멤버를 가져옵니다.

public:
 property System::Text::RegularExpressions::Capture ^ default[int] { System::Text::RegularExpressions::Capture ^ get(int i); };
public System.Text.RegularExpressions.Capture this[int i] { get; }
member this.Item(int) : System.Text.RegularExpressions.Capture
Default Public ReadOnly Property Item(i As Integer) As Capture

매개 변수

i
Int32

캡처 컬렉션의 인덱스입니다.

속성 값

Capture

컬렉션의 위치 i에서 캡처된 부분 문자열입니다.

구현

예외

컬렉션이 읽기 전용입니다.

i가 0보다 작거나 Count보다 큽니다.

적용 대상