Exemplo n.º 1
0
 public ClassRegexElement(LiteralRegex start, LiteralRegex end)
 {
     this.Start = start;
     this.End   = end;
 }
Exemplo n.º 2
0
 public ClassRegexElement(LiteralRegex start)
 {
     this.Start = start;
 }