Skip to content

Instantly share code, notes, and snippets.

@adlerpagliarini
Created October 13, 2018 06:12
Show Gist options
  • Save adlerpagliarini/11dee8c0d5ba1d4b1d4a1eb10f777712 to your computer and use it in GitHub Desktop.
Save adlerpagliarini/11dee8c0d5ba1d4b1d4a1eb10f777712 to your computer and use it in GitHub Desktop.
public enum UserTypes
{
[UserTypeAttribute(typeof(Standard))]
STANDARD,
[UserTypeAttribute(typeof(Premium))]
PREMIUM,
[UserTypeAttribute(typeof(Diamond))]
DIAMOND
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment