Esempio n. 1
0
 void CompileForStatement(IForStatement statement)
 {
     statement.Accept(this);
 }