会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
晋荣将军
健康之路
博客园
首页
新随笔
联系
管理
订阅
2009年11月5日
c# 枚举实例
摘要: [分享][C#]Enum枚举类型使用总结public enum Colors { Red = 1, Green = 2, Blue = 4, Yellow = 8 }; The entries of the Colors Enum are:RedGreenBlueYellow根据name获得Enum的类型:Colors mycolor = (Colors)Enum.Parse(typeof(Col...
阅读全文
posted @ 2009-11-05 09:17 晋荣将军
阅读(1480)
评论(0)
推荐(0)
编辑
公告