I attach the more complete and correct patch - MakeGenericMethod is
added to MethodBase instead of MethodInfo, I made necessary changes to
gmcs and mbas, also the change to GenericParameterAttributes is
included.

One question I would like to ask is if I should also change the
runtime icalls from BindTypeParameters to MakeGenericType /
MakeGenericMethod, or should this be left for another patch. If this
patch is ok in its state, I will commit.

2005/8/30, Michal Moskal <[EMAIL PROTECTED]>:
> Hello,
> 
> The MS Aug CTP release removes BindGenericParameters/Arguments methods
> from System.Type and MethodInfo. Instead MakeGenericType and
> MakeGenericMethod should be used. Mono has the first one implemneted.
> The attached patch implemnets the second one.
> 
> 2005-08-30  Michal Moskal  <[EMAIL PROTECTED]>
> 
>         * MethodInfo.cs: Add MakeGenericMethod to match Aug CTP API.
> 
> --
>    Michal Moskal,
>    http://nemerle.org/~malekith/
> 
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 
> 
> 


-- 
Kamil Skalski
http://nazgul.omega.pl
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to