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

Pattern matcher that matches binary tokens
상속: PatternMatcherBase
파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils

공개 프로퍼티들

프로퍼티 타입 설명
Default BinPatternMatcher

공개 메소드들

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

메소드 상세

Match() 공개 메소드

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

프로퍼티 상세

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

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