Exemplo n.º 1
0
 public static string Describe <T>(InverseMatcher <T> Matcher, Func <Matcher <T>, string> Describer)
 {
     return("not " + Describer(Matcher.Matcher));
 }
Exemplo n.º 2
0
 public static string Describe(InverseMatcher <Tile> Matcher)
 {
     return(Describe(Matcher, Describe));
 }