C# 클래스 Alsing.Text.PatternMatchers.RegexPatternMatcher

Pattern matcher that allows regex patterns to be matched
상속: PatternMatcherBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
Match ( string textToMatch, int matchAtIndex ) : int
RegexPatternMatcher ( ) : System
RegexPatternMatcher ( string pattern ) : System

보호된 메소드들

메소드 설명
OnPatternChanged ( EventArgs e ) : void

Raises the PatternChanged Event

비공개 메소드들

메소드 설명
RegexPatternMatcher_PatternChanged ( object sender, EventArgs e ) : void

메소드 상세

Match() 공개 메소드

public Match ( string textToMatch, int matchAtIndex ) : int
textToMatch string
matchAtIndex int
리턴 int

OnPatternChanged() 보호된 메소드

Raises the PatternChanged Event
protected OnPatternChanged ( EventArgs e ) : void
e System.EventArgs EventArgs
리턴 void

RegexPatternMatcher() 공개 메소드

public RegexPatternMatcher ( ) : System
리턴 System

RegexPatternMatcher() 공개 메소드

public RegexPatternMatcher ( string pattern ) : System
pattern string
리턴 System