C# 클래스 YuriyGuts.RegexBuilder.RegexNodeConcatenation

상속: RegexNode
파일 보기 프로젝트 열기: YuriyGuts/regex-builder 1 사용 예제들

공개 메소드들

메소드 설명
RegexNodeConcatenation ( ) : System
RegexNodeConcatenation ( IList childNodes ) : System
ToRegexPattern ( ) : string

메소드 상세

RegexNodeConcatenation() 공개 메소드

public RegexNodeConcatenation ( ) : System
리턴 System

RegexNodeConcatenation() 공개 메소드

public RegexNodeConcatenation ( IList childNodes ) : System
childNodes IList
리턴 System

ToRegexPattern() 공개 메소드

public ToRegexPattern ( ) : string
리턴 string