C# 클래스 WikiFunctions.DBScanner.TitleContains

Returns whether the article title matches the provided regexes
상속: Scan
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

메소드 설명
Check ( ArticleInfo article ) : bool
TitleContains ( Regex containsR ) : System

메소드 상세

Check() 공개 메소드

public Check ( ArticleInfo article ) : bool
article ArticleInfo
리턴 bool

TitleContains() 공개 메소드

public TitleContains ( Regex containsR ) : System
containsR System.Text.RegularExpressions.Regex
리턴 System