[Mono-bugs] [Bug 81529][Wis] Changed - AllowMultiple flag inheritance
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 6 14:10:43 EDT 2007
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=81529
--- shadow/81529 2007-05-05 20:17:08.000000000 -0400
+++ shadow/81529.tmp.6936 2007-05-06 14:10:43.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81529
Product: Mono: Compilers
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: marek.safar at seznam.cz
ReportedBy: sanxiyn at gmail.com
QAContact: mono-bugs at ximian.com
@@ -49,6 +49,9 @@
(PythonExtensionTypeAttribute inherits from ExtensionTypeAttribute.)
One workaround is to specify AllowMultiple flag in subclasses again.
+[AttributeUsage(AttributeTargets.All, AllowMultiple=true)]
public class SubAttribute : MyAttribute {}
+
+------- Additional Comments From marek.safar at seznam.cz 2007-05-06 14:10 -------
+Fixed in SVN
More information about the mono-bugs
mailing list