Ejemplo n.º 1
0
 public void OutputStringIdSymbols(string path)
 {
     using (var sw = new StreamWriter(path))
     {
         sw.WriteLine("Engine Count: {0}", StringIdCacheSetStartIndex.ToString());
         stringIdSymbols.Output(sw, StringIdSetBreakers);
     }
 }
Ejemplo n.º 2
0
 public void OutputTagNameSymbols(string path)
 {
     using (var sw = new StreamWriter(path))
         tagNameSymbols.Output(sw, null);
 }