On Jan 9, 2012, at 6:25 PM, Jeff Hardy wrote:

> I'm not sure this is documented anywhere.

It is documented, but the documentation is wrong =)

From http://ironpython.net/documentation/dotnet/dotnet.html#extension-methods:
Extension methods are currently not natively supported by IronPython. Hence, 
they cannot be invoked like instance methods. Instead, they have to be invoked 
like static methods.

If anyone wants to correct this, feel free to update the documentation and send 
a pull request: 
https://github.com/IronLanguages/main/blob/master/Languages/IronPython/Public/Doc/dotnet-integration.rst

~Jimmy
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to