[Mono-bugs] [Bug 75292][Nor] Changed - [PATCH] C# compiler can't
generate CodeDOM Iteration
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 8 10:38:15 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75292
--- shadow/75292 2005-09-08 10:37:58.000000000 -0400
+++ shadow/75292.tmp.17088 2005-09-08 10:38:15.000000000 -0400
@@ -10,14 +10,13 @@
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: llaske at c2s.fr
QAContact: mono-bugs at ximian.com
TargetMilestone: 1_2
URL:
-Cc:
-Summary: C# compiler can't generate CodeDOM Iteration
+Summary: [PATCH] C# compiler can't generate CodeDOM Iteration
I'm using Mono to write a compiler and I need to generate a loop.
So, I'm using CodeIterationStatement class and CSharpCodeProvider to do
the generation.
Unfortunatly, I can't generate a valid C# code statement and compiler
More information about the mono-bugs
mailing list