Is there a way to set the underlying value of an enum (e.g. via reflection)? And what will happen if there is no matching enum entry for the set value?
Bonus: What wo