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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377596#c5





--- Comment #5 from Jonathan Pryor <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to