Created
October 22, 2016 10:55
-
-
Save kleinron/d2ea247227dfe1251f9316d730d883d9 to your computer and use it in GitHub Desktop.
enum example - before change
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public enum MyColors { | |
White, | |
Green, | |
Blue | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment