[Mono-bugs] [Bug 60090][Nor] Changed - [Flags] enum with duplicate value stringified differently
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Jun 2004 10:45:18 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=60090
--- shadow/60090 2004-06-12 10:44:25.000000000 -0400
+++ shadow/60090.tmp.2024 2004-06-12 10:45:17.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 60090
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: String representation of flags enum value differs from MS.NET
+Summary: [Flags] enum with duplicate value stringified differently
The Mono string representation of a flags enum value, where are fields
that have the same underlying value differs from that of MS.NET.
using System;
using System.Reflection;