Created
December 28, 2011 09:13
-
-
Save JoanComasFdz/1527217 to your computer and use it in GitHub Desktop.
Not-implementable string enum
This file contains hidden or 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 MyStringEnum | |
{ | |
Text1 = "My text 1", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment