BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

replace older `ArgumentNullException` patterns with the `nameof` pattern #114

Closed BryanWilhite closed 3 years ago

BryanWilhite commented 3 years ago

use throw new ArgumentNullException(nameof(myParam))