Exemplo n.º 1
0
 public bool IsMatch(TypePair typePair)
 {
     return(Conventions.All(c => c(typePair)));
 }
Exemplo n.º 2
0
 public bool IsMatch(ResolutionContext context)
 {
     return(Conventions.All(c => c(context)));
 }