public bool Include(DiffReportTableRow row)
 {
     return !regex.IsMatch(row.MemberPath);
 }
Exemple #2
0
 public bool Include(DiffReportTableRow row)
 {
     return true;
 }