In C#, is it possible to decorate an Enum type with an attribute or do something else to specify what the default value should be, without having the change the values? The
The default for an enum (in fact, any value type) is 0 -- even if that is not a valid value for that enum. It cannot be changed.
enum