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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75366 --- shadow/75366 2005-06-30 14:25:33.000000000 -0400 +++ shadow/75366.tmp.12300 2005-07-01 04:47:50.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 75366 Product: Mono: Runtime Version: 1.1 OS: unknown OS Details: mono svn 23.06.2005 -Status: NEW -Resolution: +Status: RESOLVED +Resolution: WONTFIX Severity: Unknown Priority: Major Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -162,6 +162,13 @@ Martin, since this has generics in it, am going to need your help. It looks like the parent is different from the class in generic classes. An important question: what is the value of ReflectedType on a generic class. It looks like for generic fields, it might be type <> rather than type <string>. + +------- Additional Comments From [EMAIL PROTECTED] 2005-07-01 04:47 ------- +The patch is a clear no-go - this code is there for a reason. + +It's not worth spending a week rewriting the whole generics code for +this as there's an easy workaround (use Type.GetMembers() on the +"correct" type, like mcs/gmcs does), so let's close this as WONTFIX. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
