rbwhitaker / CSharpPlayersGuideEarlyAccess

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

Consider adding information about the `Enum` class to the chapter on enumerations #670

Closed rbwhitaker closed 1 year ago

rbwhitaker commented 2 years ago

I'm planning on doing a similar thing with Array and the arrays chapter. The catch with this one is that it makes far heavier use of typeof, Type, and generics, which makes it harder to embrace this early in the book.

rbwhitaker commented 1 year ago

A discussion, similar to what is covered in a blog post (http://csharpplayersguide.com/blog/2022/05/22/parsing-enumerations/), is now included in the enumerations chapter. It still needs some revising, but that is true of the whole book, so I'm calling this one done.