Advertisement
Guest User

enum colors C#

a guest
Oct 7th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.08 KB | None | 0 0
  1. public enum MyColors
  2. {
  3.     Yellow = 1,
  4.     Green = 2,
  5.     Red = 4,
  6.     Blue = 8
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement