Ejemplo n.º 1
0
 public override bool MatchesSafely(string @string)
 {
     this.String = @string;
     return(Type.match(Pattern, @string));
 }