[Mono-bugs] [Bug 377596] Cannot retrieve Generic Type Parameter Custom Attributes via Reflection

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 10 04:58:33 EDT 2008


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

User jonpryor at vt.edu added comment
https://bugzilla.novell.com/show_bug.cgi?id=377596#c5





--- Comment #5 from Jonathan Pryor <jonpryor at vt.edu>  2008-04-10 02:58:32 MST ---
The fix is incomplete, as it won't show attributes on generic arguments on
delegates, e.g.:

[Doc ("method")]
[return:Doc ("return")]
public delegate TRet Func<[Doc ("arg!")] TArg, [Doc ("ret!")] TRet> (
                [Doc ("arg-actual")] TArg a
) where TArg : Exception;


-- 
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