C# Class RegExpose.Nodes.Alternation.AlternationChoice

Inheritance: RegExpose.Nodes.Parens.NonCapturingParens
Mostrar archivo Open project: QuickenLoans/RegExpose

Public Methods

Method Description
AlternationChoice ( IEnumerable children, int index, string pattern ) : System.Collections.Generic

Method Details

AlternationChoice() public method

public AlternationChoice ( IEnumerable children, int index, string pattern ) : System.Collections.Generic
children IEnumerable
index int
pattern string
return System.Collections.Generic