Exemplo n.º 1
0
 public TimeSpanLiteralToken(string text, CustomTimeSpanSuffix suffix) : base(text)
 {
     Suffix = suffix;
 }
Exemplo n.º 2
0
 public TimeSpanLiteralToken(string text, CustomTimeSpanSuffix suffix)
 {
     Text   = text;
     Suffix = suffix;
 }