All Stories published by theburningmonk.com on May 03, 2010
02
04
05
06
07
08
09
10
11
14
15
19
21
22
23
24
26
27
28
29

Using enum types as bit flags in C#

Usually an enum type is used to define a set of constants such as colours, etc. but you can also use it to define bit flags and stored any combination of the defined values.

About
theburningmonk.com
the personal blog for Yan Cui
More information
Tags
Editors