C# 클래스 FlimFlan.ReadableRex.Alternation

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

공개 메소드들

메소드 설명
Either ( Pattern firstOption, Pattern secondOption ) : Pattern
If ( Pattern matched, Pattern then, Pattern otherwise ) : Pattern
If ( int unnamedCaptureToMatch, Pattern then, Pattern otherwise ) : Pattern
If ( string namedGroupToMatch, Pattern then, Pattern otherwise ) : Pattern

비공개 메소드들

메소드 설명
Alternation ( Pattern precedingPattern ) : System

메소드 상세

Either() 공개 메소드

public Either ( Pattern firstOption, Pattern secondOption ) : Pattern
firstOption Pattern
secondOption Pattern
리턴 Pattern

If() 공개 메소드

public If ( Pattern matched, Pattern then, Pattern otherwise ) : Pattern
matched Pattern
then Pattern
otherwise Pattern
리턴 Pattern

If() 공개 메소드

public If ( int unnamedCaptureToMatch, Pattern then, Pattern otherwise ) : Pattern
unnamedCaptureToMatch int
then Pattern
otherwise Pattern
리턴 Pattern

If() 공개 메소드

public If ( string namedGroupToMatch, Pattern then, Pattern otherwise ) : Pattern
namedGroupToMatch string
then Pattern
otherwise Pattern
리턴 Pattern