public static string WriteMethodCode(CilMethodInterpreter interpreter, TypeDescriptionTable typeTable,
                                      ClosureEntities closureEntities)
 {
     return(CppMethodCodeWriter.WriteCode(interpreter, typeTable, closureEntities));
 }