Igor Rafael de Sousa
Results
2
issues of
Igor Rafael de Sousa
- Replace backing field with C#6's get-only auto-implemented property. Arguably simpler as it does not require separate declaration of getter and backing field. - Using expression bodied methods in `DelegateCommand`...