public bool Include(DiffReportTableRow row)
 {
     return !regex.IsMatch(row.MemberPath);
 }
Exemplo n.º 2
0
 public bool Include(DiffReportTableRow row)
 {
     return true;
 }