[Mono-bugs] [Bug 56245][Blo] Changed - System.Type.UnderlyingSystemType break between Mono 0.29 and .Net 1.1.4322.573

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 21:10:48 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=56245

--- shadow/56245	2004-04-06 09:55:29.000000000 -0400
+++ shadow/56245.tmp.12489	2004-05-12 21:10:48.000000000 -0400
@@ -38,6 +38,13 @@
 an array type to unwind itself but I may be wrong.
 
 ------- Additional Comments From vargaz@freemail.hu  2004-04-06 09:55 -------
 There is very little information available about UnderlyingSystemType.
 On MS.NET, it allways seems to return the type itself.
 
+
+------- Additional Comments From miguel@ximian.com  2004-05-12 21:10 -------
+MCS uses UnderlyingSystemType to go from an Enum to its underlying
+type, that is the only use that we have for it.
+
+I think its odd that the sample above is behaving like
+Type.GetElementType