枚举
摘要:
// 枚举 public enum enumStudent { [Description("性别")] sex = 0, [Description("年龄")] age = 1, } // 获取方法 public string GetDescriptionByEnum(Enum enumValue) 阅读全文
posted @ 2024-04-03 14:30 木乃伊人 阅读(3) 评论(0) 推荐(0) 编辑
posted @ 2024-04-03 14:30 木乃伊人 阅读(3) 评论(0) 推荐(0) 编辑
posted @ 2024-04-03 11:24 木乃伊人 阅读(9234) 评论(0) 推荐(0) 编辑