Esempio n. 1
0
 public static string ToTokenString(this TokenStream stream)
 {
     return(ToTokenString(stream.AsEnumerable().ToArray()));
 }