Skip to content

Instantly share code, notes, and snippets.

@kleinron
Created October 22, 2016 10:55
Show Gist options
  • Save kleinron/d2ea247227dfe1251f9316d730d883d9 to your computer and use it in GitHub Desktop.
Save kleinron/d2ea247227dfe1251f9316d730d883d9 to your computer and use it in GitHub Desktop.
enum example - before change
public enum MyColors {
White,
Green,
Blue
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment