C# Class RegExpose.Nodes.Parens.NamedCapture

Inheritance: RegExpose.Nodes.Parens.CapturingParens
Datei anzeigen Open project: QuickenLoans/RegExpose Class Usage Examples

Public Methods

Method Description
NamedCapture ( string name, IEnumerable children, int index, string pattern ) : System

Private Methods

Method Description
Parse ( IRegexEngine engine ) : IEnumerable

Method Details

NamedCapture() public method

public NamedCapture ( string name, IEnumerable children, int index, string pattern ) : System
name string
children IEnumerable
index int
pattern string
return System