C# Class RegExpose.Nodes.Parens.NamedCapture

Inheritance: RegExpose.Nodes.Parens.CapturingParens
Afficher le fichier Open project: QuickenLoans/RegExpose Class Usage Examples

Méthodes publiques

Méthode Description
NamedCapture ( string name, IEnumerable children, int index, string pattern ) : System

Private Methods

Méthode Description
Parse ( IRegexEngine engine ) : IEnumerable

Method Details

NamedCapture() public méthode

public NamedCapture ( string name, IEnumerable children, int index, string pattern ) : System
name string
children IEnumerable
index int
pattern string
Résultat System