C# Class RegExpose.Nodes.Backreferences.NamedBackreference

Inheritance: LeafNode
Mostrar archivo Open project: QuickenLoans/RegExpose

Public Methods

Method Description
NamedBackreference ( string name, int index, string pattern ) : System

Private Methods

Method Description
Parse ( IRegexEngine engine ) : IEnumerable

Method Details

NamedBackreference() public method

public NamedBackreference ( string name, int index, string pattern ) : System
name string
index int
pattern string
return System