Skip to content

Instantly share code, notes, and snippets.

@ankitvijay
Created August 7, 2020 22:38
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/e0bc59c7b6dfd0b115f29c4167789b59 to your computer and use it in GitHub Desktop.
Save ankitvijay/e0bc59c7b6dfd0b115f29c4167789b59 to your computer and use it in GitHub Desktop.
Part 5 - Inheritance Example 1 (PaymentType)
protected PaymentType(int value, string name = null) : base(value, name)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment