コード例 #1
0
 public EtlMatchRule(string regex, EtlMatchResult result)
 {
     this.Regex  = regex;
     this.Result = result;
 }
コード例 #2
0
 public EtlMatchRule(string regex, EtlMatchResult result)
 {
     this.Regex = regex;
     this.Result = result;
 }