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

Pattern matcher that matches a propertypath
상속: PatternMatcherBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

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

비공개 메소드들

메소드 설명
IsSeparator ( char c ) : bool
IsValidChar ( char c ) : bool
IsValidStartChar ( char c ) : bool
IsWildcard ( char c ) : bool

메소드 상세

Match() 공개 메소드

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