[Mono-bugs] [Bug 61223][Maj] Changed - [PATCH] System.Type.GetInterfaces does not report inherited interfaces

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jul 2004 17:24:53 -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 grompf@sublimeintervention.com.

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

--- shadow/61223	2004-07-07 16:56:53.000000000 -0400
+++ shadow/61223.tmp.2207	2004-07-07 17:24:53.000000000 -0400
@@ -10,12 +10,13 @@
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rbo@acm.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
+Cc: grompf@sublimeintervention.com,lupus@ximian.com
 Summary: [PATCH] System.Type.GetInterfaces does not report inherited interfaces
 
 Steps to reproduce the problem:
 using System;
 using System.Collections;
 using System.Reflection;