Ejemplo n.º 1
0
 public StatementSyntax Transpile(JassCommentStatementSyntax commentStatement)
 {
     return(SyntaxFactory.ParseStatement(commentStatement.ToString()));
 }
Ejemplo n.º 2
0
 public void Render(JassCommentStatementSyntax commentStatement)
 {
     Write(commentStatement.ToString());
 }