Class FlagsAttribute
Indicates that an enumeration can be treated as a bit field; that is, a set of flags.
Inherited Members
Namespace: System
Assembly: mscorlib.dll
Syntax
[AttributeUsage(AttributeTargets.Enum)]
public class FlagsAttribute : Attribute