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=75768 --- shadow/75768 2005-08-10 09:38:26.000000000 -0400 +++ shadow/75768.tmp.2498 2005-08-10 09:38:26.000000000 -0400 @@ -0,0 +1,37 @@ +Bug#: 75768 +Product: Mono: Compilers +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [GMCS] Needs to be handle SpecialName pseudo-attribute + +Net 2.0 has a new pseudo custom attribute called SpecialName. When specified +on an class/method, it adds the TypeAttributes.SpecialName or +MethodAttributes.SpecialName attribute to the attributes of the class/method. + +Testcase: +<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +using System; +using System.Runtime.CompilerServices; + +public class Tests { + + [SpecialName] + public static void foo () { + } + + public static void Main () { + } +} +<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
