C# 클래스 RegExpose.Nodes.Parens.NamedCapture

상속: RegExpose.Nodes.Parens.CapturingParens
파일 보기 프로젝트 열기: QuickenLoans/RegExpose 1 사용 예제들

공개 메소드들

메소드 설명
NamedCapture ( string name, IEnumerable children, int index, string pattern ) : System

비공개 메소드들

메소드 설명
Parse ( IRegexEngine engine ) : IEnumerable

메소드 상세

NamedCapture() 공개 메소드

public NamedCapture ( string name, IEnumerable children, int index, string pattern ) : System
name string
children IEnumerable
index int
pattern string
리턴 System