예제 #1
0
 public ExtractorOperation(string regex, NodeApplyMode mode, double delta){
     this.Regex = regex;
     this.Mode = mode;
     this.delta = delta;
     
 }
예제 #2
0
 public ExtractorOperation(string regex, NodeApplyMode mode) : this(regex, mode, 1) {}