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=76097 --- shadow/76097 2005-10-19 14:17:24.000000000 -0400 +++ shadow/76097.tmp.1536 2005-10-19 14:18:51.000000000 -0400 @@ -130,6 +130,11 @@ I'll have a look at this. ------- Additional Comments From [EMAIL PROTECTED] 2005-10-19 14:17 ------- Ooops, I was confused - I tought it was trying to get the constraints from the type parameter. + +------- Additional Comments From [EMAIL PROTECTED] 2005-10-19 14:18 ------- +So the correct fix is in TypeManager.GetNumberOfTypeArguments(): + if (t.IsGenericParameter) + return 0; _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
