Exemplo n.º 1
0
 /// <summary>
 /// Returns a string representation of the current token.
 /// </summary>
 /// <returns></returns>
 public override string ToString() => $"{_id}, L{Line}, C{Column}{(String.IsNullOrEmpty(Value) ? "" : $", {Value} ")}";
Exemplo n.º 2
0
 $"Cannot compare {from} and {dest}{(String.IsNullOrEmpty(because) ? "" : $" because <<{because}>>")}.";