摘要: C#中枚举是一个非常好用的类型,用会了之后确实方便了很多。项目中一个枚举类型:public enum Version_Type : byte{ [Description("1997版")] 版本1997 = 0 , [Description("2007版")] 版本200... 阅读全文
posted @ 2015-09-18 17:41 小书丶 阅读(3856) 评论(0) 推荐(0) 编辑