C# 클래스 YuriyGuts.RegexBuilder.RegexNodeGroupReference

상속: RegexNode
파일 보기 프로젝트 열기: YuriyGuts/regex-builder

공개 메소드들

메소드 설명
RegexNodeGroupReference ( int groupIndex ) : System.Globalization
RegexNodeGroupReference ( string groupName ) : System.Globalization
ToRegexPattern ( ) : string

메소드 상세

RegexNodeGroupReference() 공개 메소드

public RegexNodeGroupReference ( int groupIndex ) : System.Globalization
groupIndex int
리턴 System.Globalization

RegexNodeGroupReference() 공개 메소드

public RegexNodeGroupReference ( string groupName ) : System.Globalization
groupName string
리턴 System.Globalization

ToRegexPattern() 공개 메소드

public ToRegexPattern ( ) : string
리턴 string