[Mono-devel-list] [PATCH] System.Activator

Ben Maurer bmaurer at ximian.com
Tue Jun 28 16:44:26 EDT 2005


On Tue, 2005-06-28 at 20:55 +0100, Elliott Draper wrote:
> Hi guys,
> 
> This is a simple patch that implements the generic 
> Activator.CreateInstance method found in the .Net framework v2.0, within 
> Mono (NET_2_0). It will allow code written under .Net v2.0 using the 
> method, to take advantage of the same method under Mono without code change.
> The full method signature is:
>     public static T CreateInstance<T>();

Great patch! I added it (with a bit of style fix up) to svn.

-- Ben




More information about the Mono-devel-list mailing list