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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to