[Mono-devel-list] [PATCH] System.Activator
Elliott Draper
el at eldiablo.co.uk
Tue Jun 28 15:55:35 EDT 2005
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>();
Let me know of any comments/problems.
Regards,
-= El =-
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: System.Activator.patch
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050628/7f5c510e/attachment.pl
More information about the Mono-devel-list
mailing list