Table of Contents

Class FlagsAttribute

Namespace
System
Assembly
mscorlib.dll

Indicates that an enumeration can be treated as a bit field; that is, a set of flags.

[AttributeUsage(AttributeTargets.Enum)]
public class FlagsAttribute : Attribute
Inheritance
FlagsAttribute
Inherited Members
Extension Methods

Constructors

FlagsAttribute()

public FlagsAttribute()