<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>C#: understanding enums</title><link>http://msmvps.com/blogs/luisabreu/archive/2007/09/07/c-understanding-enums.aspx</link><description>According to the C# specification, an enum is &amp;quot;a distinct set of value types that declares a set of named constants.&amp;quot;. When you program in C#, you declare an enum through the enum keyword. Here&amp;#39;s a quick example: public enum Permission{</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: C#: understanding enums</title><link>http://msmvps.com/blogs/luisabreu/archive/2007/09/07/c-understanding-enums.aspx#1185423</link><pubDate>Tue, 11 Sep 2007 06:20:56 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1185423</guid><dc:creator>vikram</dc:creator><description>&lt;p&gt;Thanks That was helpful&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1185423" width="1" height="1"&gt;</description></item></channel></rss>