[Mono-bugs] [Bug 480733] New: Missing support for boxed enum attribute values
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Feb 28 07:16:28 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=480733
Summary: Missing support for boxed enum attribute values
Classification: Mono
Product: Mono: Class Libraries
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Cecil
AssignedTo: jbevain at novell.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Cecil does not know how to emit boxed enum values.
C# example
[My(TypeCode.Empty)]
class T {
}
[AttributeUsage(AttributeTargets.All,AllowMultiple=true)]
class My : Attribute {
public My (object o) { }
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list