Black Wolf
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Black Wolf created a post, Change templates used in refactoring?
For example, I want to change the way "Convert to Property with backing field" works. Currently, it spreads the property on 5 lines, eg: public double? Lgd{get => lgd;set => lgd = value;} I want it...