[Mono-bugs] [Bug 23946] Changed - Convert.ChangeType fails on TypeBuilder-created types

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Apr 2002 21:09:18 -0000


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 .

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

--- shadow/23946	Sat Apr 27 10:57:01 2002
+++ shadow/23946.tmp.30633	Sat Apr 27 17:09:18 2002
@@ -10,13 +10,12 @@
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: martin@gnome.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Convert.ChangeType fails on TypeBuilder-created types
 
 When compiling with --nostdlib, MCS creates all the standard types
 (System.Int32 etc.) using TypeBuilder.
 
 In Enum.LookupEnumValue, UnderlyingType is the new "System.Int32" type