|
The constructor is actually __new__, __init__ is merely an initializer
which runs after constructor – which has no real analog in the .NET world.
Therefore you’ll want to override __new__ and pass in the values to the base
__new__ that you want to use to construct the object with. From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Ruxo Zheng I'm
customizing .NET ArrayList class like this: |
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
