Exemplo n.º 1
0
 public bool MatchesAll(T target)
 {
     return(Includes.MatchesAll(target) && Excludes.DoesNotMatchAny(target));
 }