[Mono-bugs] [Bug 65778][Nor] Changed - [PATCH] Type.GetMember Ignoring BindingFlags.IgnoreCase
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Sep 2004 22:18:44 -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=65778
--- shadow/65778 2004-09-14 16:39:41.000000000 -0400
+++ shadow/65778.tmp.10396 2004-09-17 22:18:44.000000000 -0400
@@ -10,14 +10,13 @@
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: bryan@alphora.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
-Summary: Type.GetMember Ignoring BindingFlags.IgnoreCase
+Summary: [PATCH] Type.GetMember Ignoring BindingFlags.IgnoreCase
In the MS framework the Type.GetMember will do a case in-sensitive search
for members and return all that match. The mono one in 1.0.1 is case
sensitive. I think it needs to be case insensitive as well to be fully
compatible.