C# 클래스 FlimFlan.ReadableRex.Quantifier

파일 보기 프로젝트 열기: royosherove/dotnet-linq-to-regex

공개 메소드들

메소드 설명
AtLeast ( int timesToRepeat ) : Pattern
AtMost ( int timesToRepeat ) : Pattern
Exactly ( int timesToRepeat ) : Pattern
InRange ( int minimum, int maximum ) : Pattern

비공개 메소드들

메소드 설명
Quantifier ( Pattern quantifiedExpression ) : System

메소드 상세

AtLeast() 공개 메소드

public AtLeast ( int timesToRepeat ) : Pattern
timesToRepeat int
리턴 Pattern

AtMost() 공개 메소드

public AtMost ( int timesToRepeat ) : Pattern
timesToRepeat int
리턴 Pattern

Exactly() 공개 메소드

public Exactly ( int timesToRepeat ) : Pattern
timesToRepeat int
리턴 Pattern

InRange() 공개 메소드

public InRange ( int minimum, int maximum ) : Pattern
minimum int
maximum int
리턴 Pattern