core icon indicating copy to clipboard operation
core copied to clipboard

Name attribute on constructors

Open Jand42 opened this issue 7 months ago • 0 comments

This currently has no effect: [<Name "DefaultNew">] new() = MyClass(0) With the constructors generated as static method helpers when multiple constructors are present, the Name attribute should be ideally used, not just keep having names New, New_1, etc.

Jand42 avatar Mar 26 '25 15:03 Jand42