C# 클래스 YuriyGuts.RegexBuilder.RegexNodeLiteral

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

공개 메소드들

메소드 설명
RegexNodeLiteral ( string value ) : System
ToRegexPattern ( ) : string

메소드 상세

RegexNodeLiteral() 공개 메소드

public RegexNodeLiteral ( string value ) : System
value string
리턴 System

ToRegexPattern() 공개 메소드

public ToRegexPattern ( ) : string
리턴 string