Ironpython - Named parameters to constructor

Posted by yodaj007 on Stack Overflow See other posts from Stack Overflow or by yodaj007
Published on 2010-03-25T16:29:36Z Indexed on 2010/03/25 16:33 UTC
Read the original article Hit count: 530

Filed under:
|
|

When I create an instance of my C# class in IronPython with named parameters to the constructor, it is setting properties corresponding to the names of the parameters. I wish to disable this behavior so I can have better control on the order the properties are evaluated.

Is this possible?

© Stack Overflow or respective owner

Related posts about ironpython

Related posts about .NET