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

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

공개 메소드들

메소드 설명
CopyTo ( System array, int arrayIndex ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
this ( int i ) : System.Text.RegularExpressions.Match

비공개 메소드들

메소드 설명
MatchCollection ( )

메소드 상세

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 i ) : System.Text.RegularExpressions.Match
i int
리턴 System.Text.RegularExpressions.Match