摘要: public static class EnumExtensions { public static string GetDescription(this Enum value) { return value.GetType() .GetMember(value.ToString()) ... 阅读全文
posted @ 2019-04-13 17:34 Aaron_Net 阅读(346) 评论(0) 推荐(0)