C# Class Alsing.Text.PatternMatchers.PatternMatcherBase

Base implementation for pattern matchers
Inheritance: IPatternMatcher
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Match ( string textToMatch, int matchAtIndex ) : int

Method Details

Match() public method

public Match ( string textToMatch, int matchAtIndex ) : int
textToMatch string
matchAtIndex int
return int