Skip to content

Instantly share code, notes, and snippets.

@jaykz52
Created December 14, 2010 00:45
Show Gist options
  • Save jaykz52/739848 to your computer and use it in GitHub Desktop.
Save jaykz52/739848 to your computer and use it in GitHub Desktop.
Example Enum value
public Enum Suit
{
Spades,
Clubs,
Diamonds,
Hearts
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment