Need new constructor to use properties instead of fields
When I use alt-Insert to create a new paramerized constructor, the constructor is initializing the fields. I want it to initialize using the corresponding properties instead. Isn't it a better practice to initialize the properties so that the setters which have validation rules in them run?
Please sign in to leave a comment.
No feedback?
How about making it a new feature then.