C# Class Alsing.Text.PatternMatchers.PropertyPathPatterhMatcher

Pattern matcher that matches a propertypath
Inheritance: PatternMatcherBase
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Methods

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

Private Methods

Method Description
IsSeparator ( char c ) : bool
IsValidChar ( char c ) : bool
IsValidStartChar ( char c ) : bool
IsWildcard ( char c ) : bool

Method Details

Match() public method

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