According to the documentation, an enumeration type constraint of the form
: enum<underlying-type> is “not intended for common use”. What would be the uncommon use it is meant for?
According to the documentation, an enumeration type constraint of the form : enum<underlying-type> is
Share
The first thing that jumps to mind is wrapping the members of
System.Enumwith strongly typed wrappers: