[Mono-bugs] [Bug 75768][Nor] New - [GMCS] Needs to be handle
SpecialName pseudo-attribute
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 10 09:38:26 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 vargaz at gmail.com.
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: mono-bugs at ximian.com
+ReportedBy: vargaz at gmail.com
+QAContact: mono-bugs at ximian.com
+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 () {
+ }
+}
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
More information about the mono-bugs
mailing list