C# 클래스 System.Text.RegularExpressions.GroupCollection

상속: ICollection, IEnumerable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
CopyTo ( System array, int arrayIndex ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
this ( int groupnum ) : System.Text.RegularExpressions.Group
this ( string groupname ) : System.Text.RegularExpressions.Group

비공개 메소드들

메소드 설명
GroupCollection ( )

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( System array, int arrayIndex ) : void
array System
arrayIndex int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

this() 공개 메소드

public this ( int groupnum ) : System.Text.RegularExpressions.Group
groupnum int
리턴 System.Text.RegularExpressions.Group

this() 공개 메소드

public this ( string groupname ) : System.Text.RegularExpressions.Group
groupname string
리턴 System.Text.RegularExpressions.Group