Custom attribute to indicate that the enum should be treated as a bitfield (or set of flags). An IDE can use this information to provide a richer development experience.
Bitfeilds are allowed to be or'ed together; enum values are not.
Object
Attribute
FlagsAttribute
[Visual Basic] Public Class FlagsAttribute Inherits Attribute [C#] public class FlagsAttribute : Attribute [C++] public __gc class FlagsAttribute : public Attribute [JScript] public class FlagsAttribute extends Attribute
[To be supplied.]
Namespace: System
Assembly: mscorlib.dll