[Mono-bugs] [Bug 41691][Nor] Changed - [PATCH] Named parameter support missing in default binder.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 11 May 2005 13:06:42 -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=41691

--- shadow/41691	2004-06-09 03:45:25.000000000 -0400
+++ shadow/41691.tmp.26075	2005-05-11 13:06:42.000000000 -0400
@@ -10,13 +10,13 @@
 Component: CORLIB
 AssignedTo: rharinath@novell.com                            
 ReportedBy: piyush.garyali@honeywell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Summary: PATCH: Named parameter support missing in default binder.
+Summary: [PATCH] Named parameter support missing in default binder.
 
 [Description of Problem]
 
 There seems to be a bug in System.Type.InvokeMember. I ran a simple
 program which uses reflection and it produced different results when
 run from Microsoft CLR and mono.