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
posted @ 2013-09-13 13:22
posted @ 2013-08-23 13:05
posted @ 2013-08-22 10:46