Skip to content

Instantly share code, notes, and snippets.

View cvp28's full-sized avatar

Carson Ver Planck cvp28

  • Southern California
View GitHub Profile
@jabez007
jabez007 / States.cs
Created February 27, 2018 21:17
C# enum for US States
using System.ComponentModel;
namespace StateAbbreviations
{
public enum States
{
[Description("Alabama")]
AL,
[Description("Alaska")]
AK,