asp.net.ph

FlagsAttribute Class

System Namespace


Custom attribute indicating an enumeration should be treated as a bitfield; that is, a set of flags.

FlagsAttribute Class Members

Collapse   Constructors

Visibility Constructor Parameters
public FlagsAttribute ( )

Remarks

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.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph