https://bugzilla.novell.com/show_bug.cgi?id=458942


           Summary: Enum.GetName returns incorrect value
           Product: Mono: Class Libraries
           Version: 2.0.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: Other


As in the following example:

 Console.WriteLine("NewSlot: " + 
                      Enum.GetName(typeof(System.Reflection.MethodAttributes),
                                  
System.Reflection.MethodAttributes.NewSlot));

 prints out "NewSlot: VtableLayoutMask"


Sorry, I had no time to investigate the cause of this bug any deeper.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to