[Mono-bugs] [Bug 64191][Nor] Changed - [PATCH] EventInfo.GetAddMethod
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Aug 2004 11:37:34 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=64191
--- shadow/64191 2004-08-29 11:37:23.000000000 -0400
+++ shadow/64191.tmp.12797 2004-08-29 11:37:34.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 64191
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: marek.safar@seznam.cz
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: EventInfo.GetAddMethod
+Summary: [PATCH] EventInfo.GetAddMethod
Description of Problem:
This sample prints ERROR which is the error because event is private and
for obtaining "add method" must be used GetAddMethod (true).
The same bug contains GetRemoveMethod.