using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace cylsg.utility.Extend { /// /// 枚举扩展 /// public static class EmunEx { } }