c#中枚举,结构,数组的学习笔记
摘要:
enum 枚举使用方法:enum : { value1 = , value2 = , ……, valuen = }示例enum orientation : byte { north =1, south=2, east=3, ... 阅读全文
posted @ 2015-07-19 14:14 admin1strator 阅读(215) 评论(0) 推荐(0)
posted @ 2015-07-19 14:14 admin1strator 阅读(215) 评论(0) 推荐(0)