Skip to content

Instantly share code, notes, and snippets.

@cerkit
Created August 15, 2014 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cerkit/42b2a77b64322363a8aa to your computer and use it in GitHub Desktop.
Save cerkit/42b2a77b64322363a8aa to your computer and use it in GitHub Desktop.
VB.NET Enum Example
Public Enum trafficLightEnum
Red
Yellow
Green
End Enum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment