Exemplo n.º 1
0
 public static bool IsParseError(this LineCommand lineCommand, string message)
 {
     return(lineCommand.IsParseError && lineCommand.AsParseError().Item == message);
 }