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