-
- Downloads
Use C# 6.0 style for setting defaults on auto-properties.
This way the value is directly visible in the code where the property is created, improving readability. Setting defaults in the constructor is therefore not necessary any more. Refers to #29
Loading
Please register or sign in to comment