C# 클래스 MetaGeta.TVShowPlugin.EducatedGuessImporter.Pattern.ExactTextPattern

상속: IPattern
파일 보기 프로젝트 열기: anyoun/metageta

공개 메소드들

메소드 설명
ExactTextPattern ( Regex expression ) : System
ExactTextPattern ( string pattern ) : System
IsMatch ( IList tokens, int startIndex, int &matchingTokens ) : bool

메소드 상세

ExactTextPattern() 공개 메소드

public ExactTextPattern ( Regex expression ) : System
expression System.Text.RegularExpressions.Regex
리턴 System

ExactTextPattern() 공개 메소드

public ExactTextPattern ( string pattern ) : System
pattern string
리턴 System

IsMatch() 공개 메소드

public IsMatch ( IList tokens, int startIndex, int &matchingTokens ) : bool
tokens IList
startIndex int
matchingTokens int
리턴 bool