public string[] PostCallback(CodeGenerationOptions opt, string var_name)
 {
     return(gen.PostCallback(opt, var_name));
 }