Exemplo n.º 1
0
 public RegexTokenDefinition(object id, Granular.Compatibility.Regex regex)
 {
     this.id    = id;
     this.regex = regex;
 }