Exemplo n.º 1
0
 private Stringerex(matcher forward, matcher backward) : base(forward, backward)
 {
 }
Exemplo n.º 2
0
 internal GenerexWithResultBase(matcher forward, matcher backward) : base(forward, backward)
 {
 }
Exemplo n.º 3
0
 private Generex(matcher forward, matcher backward) : base(forward, backward)
 {
 }
Exemplo n.º 4
0
 private GenerexWithResultBase(matcher bothMatcher) : base(bothMatcher, bothMatcher)
 {
 }