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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76783 --- shadow/76783 2005-11-21 20:28:53.000000000 -0500 +++ shadow/76783.tmp.32112 2005-11-21 21:57:26.000000000 -0500 @@ -2,21 +2,20 @@ Product: Mono: Compilers Version: 1.1 OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: MCS regression: parameter name missing from metadata With SVN HEAD (mono > 1.1.10) MCS doesn't emit the name of the implicit parameter of a property setter. If the following code gets compiled with csc, mcs 1.1.10, @@ -45,6 +44,9 @@ { MethodInfo mi = typeof (Test).GetMethod ("set_Prop"); foreach (ParameterInfo p in mi.GetParameters ()) Console.WriteLine (p.Name); } } + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-21 21:57 ------- +Maybe Marek knows what happened here. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
