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

Pattern matcher that matches case insensitive hex values
상속: PatternMatcherBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
Default HexPatternMatcher

공개 메소드들

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

메소드 상세

Match() 공개 메소드

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

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static HexPatternMatcher,Alsing.Text.PatternMatchers Default
리턴 HexPatternMatcher