using EnumsNET; namespace DS.Module.Nuget { public class EnumsDemo { public void test() { //整理常用的enum操作类型 Enums.GetValues().FirstOrDefault(); } } }