C# Class YuriyGuts.RegexBuilder.RegexNodeGroupReference

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

Méthodes publiques

Méthode Description
RegexNodeGroupReference ( int groupIndex ) : System.Globalization
RegexNodeGroupReference ( string groupName ) : System.Globalization
ToRegexPattern ( ) : string

Method Details

RegexNodeGroupReference() public méthode

public RegexNodeGroupReference ( int groupIndex ) : System.Globalization
groupIndex int
Résultat System.Globalization

RegexNodeGroupReference() public méthode

public RegexNodeGroupReference ( string groupName ) : System.Globalization
groupName string
Résultat System.Globalization

ToRegexPattern() public méthode

public ToRegexPattern ( ) : string
Résultat string