System Namespace
Custom attribute indicating an enumeration should be treated as a bitfield; that is, a set of flags.
Bitfields can be combined using a bitwise OR operation, whereas enumerated constants cannot.
An integrated development environment can use this information to provide a richer development experience.
AttributeUsageAttribute is applied to this class, and its Inherited property specifies false.