C# 클래스 WikiFunctions.ArticleComparerFactory

Factory class for making instances of IArticleComparer
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

메소드 설명
Create ( string comparator, bool isCaseSensitive, bool isRegex, bool isSingleLine, bool isMultiLine ) : IArticleComparer

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string comparator, bool isCaseSensitive, bool isRegex, bool isSingleLine, bool isMultiLine ) : IArticleComparer
comparator string The test string
isCaseSensitive bool Whether the comparison should be case sensitive
isRegex bool Whether to employ regular expression matching when comparing the test string
isSingleLine bool Whether to apply the regular expression Single Line option
isMultiLine bool Whether to apply the regular expression Multi Line option
리턴 IArticleComparer