Skip to content

Instantly share code, notes, and snippets.

@dchw
Created April 12, 2014 07:19
Show Gist options
  • Save dchw/10522804 to your computer and use it in GitHub Desktop.
Save dchw/10522804 to your computer and use it in GitHub Desktop.
Arbitrary assignment of values to enum typed variables.
var hero = (Superhero)42;
var powers = Powers.Looks | Powers.Money | Powers.Smart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment