Пример #1
0
 public bool IsMatch(TypePair typePair)
 {
     return(Conventions.All(c => c(typePair)));
 }
Пример #2
0
 public bool IsMatch(ResolutionContext context)
 {
     return(Conventions.All(c => c(context)));
 }