[Mono-bugs] [Bug 42547][Nor] Changed - [PATCH] Reflection does not
bind to the best method.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 8 10:21:59 EDT 2006
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=42547
--- shadow/42547 2006-05-08 10:21:30.000000000 -0400
+++ shadow/42547.tmp.1899 2006-05-08 10:21:59.000000000 -0400
@@ -10,14 +10,13 @@
Component: CORLIB
AssignedTo: rharinath at novell.com
ReportedBy: tom at acquist.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
-Summary: Reflection does not bind to the best method.
+Summary: [PATCH] Reflection does not bind to the best method.
Description of Problem:
Reflection method lookup will bind to an exact match if one is found, but
if one is not found, it will simply use the first match it finds. It
should use the best possible match.
In other words, if there are two methods, one that takes an object, and
More information about the mono-bugs
mailing list