//声明枚举 public enum DefaultRoleType { Admin = 0, Edu = 1 } //遍历枚举 foreach (DefaultRoleType m_type in Enum.GetValues(typeof(DefaultRoleType))) { Console.WriteLine(m_type.ToString() ); }
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3