Exemple #1
0
 private Rule(string concatString, bool prepend, DiffRuleType type, int factor)
 {
     ConcatString = concatString;
     Prepend      = prepend;
     Type         = type;
     Factor       = factor;
 }
Exemple #2
0
 private Rule(string concatString, bool prepend, DiffRuleType type, int factor)
 {
     ConcatString = concatString;
     Prepend = prepend;
     Type = type;
     Factor = factor;
 }