C# 클래스 RegexParser.Util.Factory

Provides backdoor access to non-public constructors. To be used for unit testing only.
파일 보기 프로젝트 열기: aistrate/RegexParser

공개 메소드들

메소드 설명
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