摘要: publicenumCountry{China=1,USA=2,Japan=3,Europe=4,Russia=5}Arrayarry_EnumValues=Enum.GetValues(typeof(Country));string[]array_EnumNames=Enum.GetNames(typeof(Country));(Country)Enum.Parse(typeof(Country... 阅读全文
posted @ 2008-09-23 10:44 RobotTech 阅读(535) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示