C#如何获取枚举(Enum)变量的值
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace EnumToInt{ class Program { enum MyEnum { No, Ok } ... 阅读全文
posted @ 2013-09-13 13:22 王彤辉 阅读(3341) 评论(0) 推荐(1)
posted @ 2013-09-13 13:22 王彤辉 阅读(3341) 评论(0) 推荐(1)
posted @ 2013-08-23 13:05 王彤辉 阅读(36907) 评论(6) 推荐(3)
posted @ 2013-08-22 10:46 王彤辉 阅读(1456) 评论(3) 推荐(1)