Skip to content

Instantly share code, notes, and snippets.

@JoanComasFdz
Created December 28, 2011 09:13
Show Gist options
  • Save JoanComasFdz/1527217 to your computer and use it in GitHub Desktop.
Save JoanComasFdz/1527217 to your computer and use it in GitHub Desktop.
Not-implementable string enum
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