示例#1
0
 private Rule(string concatString, bool prepend, DiffRuleType type, int factor)
 {
     ConcatString = concatString;
     Prepend      = prepend;
     Type         = type;
     Factor       = factor;
 }
示例#2
0
文件: Diff.cs 项目: katnapper323/Rant
 private Rule(string concatString, bool prepend, DiffRuleType type, int factor)
 {
     ConcatString = concatString;
     Prepend = prepend;
     Type = type;
     Factor = factor;
 }