[Mono-bugs] [Bug 52537][Wis] New - PATCH: CodeDom classes missing "params" keyword
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 04:25:09 -0500 (EST)
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 jaak@zd.com.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=52537
--- shadow/52537 2003-12-24 04:25:09.000000000 -0500
+++ shadow/52537.tmp.16528 2003-12-24 04:25:09.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 52537
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jaak@zd.com.pl
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: PATCH: CodeDom classes missing "params" keyword
+
+I found that "CodeAttributeDeclaration" and "CodeDelegateInvokeExpression"
+didn't properly support the constructor with variable number of arguments.
+
+I'm attaching a patch to fix this issue (a simple one-liner).