C# Class Alsing.Text.PatternMatchers.RegexPatternMatcher

Pattern matcher that allows regex patterns to be matched
Inheritance: PatternMatcherBase
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
Match ( string textToMatch, int matchAtIndex ) : int
RegexPatternMatcher ( ) : System
RegexPatternMatcher ( string pattern ) : System

Méthodes protégées

Méthode Description
OnPatternChanged ( EventArgs e ) : void

Raises the PatternChanged Event

Private Methods

Méthode Description
RegexPatternMatcher_PatternChanged ( object sender, EventArgs e ) : void

Method Details

Match() public méthode

public Match ( string textToMatch, int matchAtIndex ) : int
textToMatch string
matchAtIndex int
Résultat int

OnPatternChanged() protected méthode

Raises the PatternChanged Event
protected OnPatternChanged ( EventArgs e ) : void
e System.EventArgs EventArgs
Résultat void

RegexPatternMatcher() public méthode

public RegexPatternMatcher ( ) : System
Résultat System

RegexPatternMatcher() public méthode

public RegexPatternMatcher ( string pattern ) : System
pattern string
Résultat System