On Sun, Sep 28, 2008 at 11:52 AM, DraconisBG <[EMAIL PROTECTED]> wrote:
> I got a task where I have to modify Mono/GMCS in order to make the following
> possible:
>
> ------------------------------------------------
> public void GenericMethod<T> (...) {...}
>
> ...
>
> System.Type typ = <expression that evaluates to a type>;
> GenericMethod<typ> (...);
>
> ------------------------------------------------Uhm, this is already possible and working, and has been for (IIRC) several releases. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
