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