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

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

Private Properties

프로퍼티 타입 설명
AddMatch void
BalanceMatch void
Dump void
GroupToStringImpl string
IsMatched bool
LastGroupToStringImpl string
Match
Match System.Collections
MatchIndex int
MatchLength int
RemoveMatch void
Reset void
Tidy void

공개 메소드들

메소드 설명
NextMatch ( ) : System.Text.RegularExpressions.Match
Synchronized ( System inner ) : System.Text.RegularExpressions.Match

비공개 메소드들

메소드 설명
AddMatch ( int cap, int start, int len ) : void
BalanceMatch ( int cap ) : void
Dump ( ) : void
GroupToStringImpl ( int groupnum ) : string
IsMatched ( int cap ) : bool
LastGroupToStringImpl ( ) : string
Match ( )
Match ( Regex regex, int capcount, string text, int begpos, int len, int startpos ) : System.Collections
MatchIndex ( int cap ) : int
MatchLength ( int cap ) : int
RemoveMatch ( int cap ) : void
Reset ( Regex regex, string text, int textbeg, int textend, int textstart ) : void
Tidy ( int textpos ) : void

메소드 상세

NextMatch() 공개 메소드

public NextMatch ( ) : System.Text.RegularExpressions.Match
리턴 System.Text.RegularExpressions.Match

Synchronized() 공개 정적인 메소드

public static Synchronized ( System inner ) : System.Text.RegularExpressions.Match
inner System
리턴 System.Text.RegularExpressions.Match