Ironpython - Named parameters to constructor
问题 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? 回答1: There's no way to turn this off without modifying IronPython. 来源: https://stackoverflow.com/questions/2517367/ironpython-named-parameters-to-constructor