C# Класс RegexParser.Util.Factory

Provides backdoor access to non-public constructors. To be used for unit testing only.
Показать файл Открыть проект

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

Метод Описание
CreateMatch ( int index, int length, string value ) : Match2
CreateMatchCollection ( IEnumerable matches ) : MatchCollection2

Описание методов

CreateMatch() публичный статический Метод

public static CreateMatch ( int index, int length, string value ) : Match2
index int
length int
value string
Результат Match2

CreateMatchCollection() публичный статический Метод

public static CreateMatchCollection ( IEnumerable matches ) : MatchCollection2
matches IEnumerable
Результат MatchCollection2