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

Base implementation for pattern matchers
상속: IPatternMatcher
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

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

메소드 상세

Match() 공개 메소드

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