Enum枚举
摘要:
1.定义enum orientation :byte { north=1, south=2, east=3, west=4 }2.使用//定义enum orientation myOrientation = orientation.east; System.Console.WriteLine(m... 阅读全文
posted @ 2014-12-25 16:50 xiaowei-blog 阅读(124) 评论(0) 推荐(0)
浙公网安备 33010602011771号