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

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

공개 메소드들

메소드 설명
IsMatch ( IList tokens, int startIndex, int &matchingTokens ) : bool
NotPattern ( IPattern condition ) : System

메소드 상세

IsMatch() 공개 메소드

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

NotPattern() 공개 메소드

public NotPattern ( IPattern condition ) : System
condition IPattern
리턴 System