[Mono-bugs] [Bug 24886] Changed - Type.FindMembers lacks support for events.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 May 2002 15:40:42 -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 lupus@ximian.com.

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

--- shadow/24886	Fri May 17 14:36:56 2002
+++ shadow/24886.tmp.29503	Mon May 20 11:40:42 2002
@@ -1,14 +1,14 @@
 Bug#: 24886
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -44,6 +44,10 @@
         }
 }
 
 The output should be `1', instead, it returns `0' with the Mono runtime.
 
 This is used by Gtk# extensively.
+
+------- Additional Comments From lupus@ximian.com  2002-05-20 11:40 -------
+The actual bug was some missing implementation in MonoEvent.cs.
+Fixed in cvs.