[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 15:20:33 -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 15:20:13.000000000 -0400
+++ shadow/61223.tmp.329 2004-07-07 15:20:33.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 61223
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: rbo@acm.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: System.Type.GetInterfaces does not report inherited interfaces
+Summary: [PATCH] System.Type.GetInterfaces does not report inherited interfaces
Steps to reproduce the problem:
using System;
using System.Collections;
using System.Reflection;
using System.Reflection.Emit;