[Mono-bugs] [Bug 45415][Blo] Changed - System.Int32 is not a Subclass of according to Type.IsSubclassOf()

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 24 Jul 2003 17:32:29 -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 ravi@ximian.com.

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

--- shadow/45415	Wed Jul 23 17:45:22 2003
+++ shadow/45415.tmp.23268	Thu Jul 24 17:32:28 2003
@@ -12,13 +12,13 @@
 ReportedBy: ravi@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: System.Int32 is not a Subclass of according to Type.IsSubclassOf()
-OtherBugsDependingOnThis: 45127
+OtherBugsDependingOnThis: 45127[FIXED]
 
 Description of Problem:
 
 System.Int32 is actually a subclass of System.ValueType but this is not
 reflected in the return value from Type.IsSubclassOf when passed the two types.