Click here to Skip to main content
15,884,648 members
Articles / Programming Languages / C#

Using a Generic Type to Simplify Flags Enumeration Operations

Rate me:
Please Sign up or sign in to vote.
4.77/5 (10 votes)
6 Dec 2010CPOL3 min read 39.3K   236   12  
Using a generic type taking an enumerated type to provide simple manipulation of the enumeration as an alternative to [Flags] attribute

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
Nothing interesting to report.

Comments and Discussions