[Mono-bugs] [Bug 80299][Wis] Changed - Array.CopyTo/Array.Copy doesn't support Enum to underlying-type conversion
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Dec 18 06:53:59 EST 2006
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 andyhume32 at yahoo.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=80299
--- shadow/80299 2006-12-18 06:53:36.000000000 -0500
+++ shadow/80299.tmp.6720 2006-12-18 06:53:59.000000000 -0500
@@ -68,6 +68,11 @@
A set of test cases is included. They show that copy only is successful
when the type of the destination array is the same as the 'underlying'
type of the enum. For instance, counterintuitively, an array of 'byte'
enums fails to copy to an Int32 array. This maybe suggests that this
behaviour on the MSFT CLR is just by side effect and not intentional...
+
+------- Additional Comments From andyhume32 at yahoo.co.uk 2006-12-18 06:53 -------
+Created an attachment (id=18325)
+C# code file containing NUnit test cases
+
More information about the mono-bugs
mailing list