C# Class YuriyGuts.RegexBuilder.RegexNodeInlineOption

Inheritance: RegexNode
Afficher le fichier Open project: YuriyGuts/regex-builder

Méthodes publiques

Méthode Description
RegexNodeInlineOption ( RegexOptions options, RegexNode innerExpression ) : System
ToRegexPattern ( ) : string

Method Details

RegexNodeInlineOption() public méthode

public RegexNodeInlineOption ( RegexOptions options, RegexNode innerExpression ) : System
options RegexOptions
innerExpression RegexNode
Résultat System

ToRegexPattern() public méthode

public ToRegexPattern ( ) : string
Résultat string