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 王彤辉 阅读(3298) 评论(0) 推荐(1) 编辑