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