xiaowei-blog

导航

2014年12月25日 #

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)

欢 迎 大 家光 临 我 的 个 人 博 客 !