rbwhitaker / CSharpPlayersGuideEarlyAccess

A place to track issues with the C# Player's Guide for patches and future editions
19 stars 0 forks source link

Extended `nameof` scope #653

Closed rbwhitaker closed 1 year ago

rbwhitaker commented 2 years ago

nameof can now use parameter names and type parameter names when applied to a method.

I don't expect this needs to be covered in the book. I think people would naturally assume this much. But worth double-checking.

rbwhitaker commented 1 year ago

After reviewing this, I don't anticipate making any book changes because of this.