[Ironpython-users] How to use extension type with C# Extension Methods?

Jeff Hardy jdhardy at gmail.com
Tue Jan 10 00:25:01 CET 2012


The way to do it in 2.7 is to use e.g. clr.ImportExtensions(System.Linq).

I'm not sure this is documented anywhere.

- Jeff

On Mon, Jan 9, 2012 at 12:58 AM, 刘振海 <1989lzhh at gmail.com> wrote:
> Hello everyone,
>
> I follow
> the http://blogs.msdn.com/b/saveenr/archive/2008/11/14/consuming-extension-methods-in-ironpython.aspx
> but I did not find the ExtensionType in Microsoft.Scripting.dll in
> ironpython fold.
> It seems the ExtensionType is missing in the ironpython2.7.1, right?
> I have to use the Extension method like
> "extension_method(obj,args)",although I am OK with the style of writing.
>
> Regards,
> Liu Zhenhai
>
>
> _______________________________________________
> Ironpython-users mailing list
> Ironpython-users at python.org
> http://mail.python.org/mailman/listinfo/ironpython-users
>


More information about the Ironpython-users mailing list