摘要:
public static class EnumEx { public static T GetValueFromDescription<T>(string description) { var type = typeof(T); if(!type.IsEnum) throw new Invalid 阅读全文
posted @ 2016-02-18 16:09
zwei
阅读(214)
评论(0)
推荐(0)
2016年2月18日 #