C# Класс WikiFunctions.ArticleComparerFactory

Factory class for making instances of IArticleComparer
Показать файл Открыть проект

Открытые методы

Метод Описание
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