Ejemplo n.º 1
0
 public void VisitComment(CommentStatement c)
 {
     w.Write("#{0}", c.Comment ?? "");
 }
Ejemplo n.º 2
0
 public void VisitComment(CommentStatement c)
 {
     w.Write("#{0}", c.comment);
 }