예제 #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)));
 }