Strongly Typing Enumeration Parsing
Given this enum :
I would rather see this :
I can’t add an extension to the Enum system class but I can create a new generic Enum class which strongly types the results :
Post by: Philip HendryGiven this enum :
I would rather see this :
I can’t add an extension to the Enum system class but I can create a new generic Enum class which strongly types the results :
Post by: Philip Hendry