Ejemplo n.º 1
0
 public static IMatcher <string> Not(IMatcher <string> matcher)
 {
     return(Matchers.Not(matcher));
 }