[Mono-bugs] [Bug 342536] ParameterInfo.Name not set for generic methods.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 6 12:57:07 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=342536

User harinath at hurrynot.org added comment
https://bugzilla.novell.com/show_bug.cgi?id=342536#c12


Raja Harinath <harinath at hurrynot.org> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |harinath at hurrynot.org




--- Comment #12 from Raja Harinath <harinath at hurrynot.org>  2008-02-06 10:57:07 MST ---
As I said on IRC, I'd prefer this to use this fragment upfront

  if (method->is_inflated) {
     mono_method_get_param_names (((MonoMethodInflated *) method)->declaring,
                                  names); 
     return;
  }


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list