Skip to content

Instantly share code, notes, and snippets.

@vexx32
Created January 12, 2019 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vexx32/88dd476a621e7f0970addf693535e3f3 to your computer and use it in GitHub Desktop.
Save vexx32/88dd476a621e7f0970addf693535e3f3 to your computer and use it in GitHub Desktop.
# allow self-referential definitions
[Flags()]
enum Food {
Apple
Banana
Celery
Grape
Fruit = Apple -bor Banana -bor Grape
}
# allow mixed definitions
enum Flowers {
Rose
Lily
Marigold = 2
Violet
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment