Skip to content

Instantly share code, notes, and snippets.

@ankitvijay
Last active June 11, 2020 22:47
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 ankitvijay/777888c7815faa02d6b83c3e8773c60d to your computer and use it in GitHub Desktop.
Save ankitvijay/777888c7815faa02d6b83c3e8773c60d to your computer and use it in GitHub Desktop.
Enumeration Classes - Part 1 (PaymentType Enum)
public enum PaymentType
{
DebitCard = 0,
CreditCard = 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment