C# Class Alsing.Text.PatternMatchers.PropertyPathPatterhMatcher

Pattern matcher that matches a propertypath
Inheritance: PatternMatcherBase
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

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

Private Methods

Méthode Description
IsSeparator ( char c ) : bool
IsValidChar ( char c ) : bool
IsValidStartChar ( char c ) : bool
IsWildcard ( char c ) : bool

Method Details

Match() public méthode

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