📜  遍历枚举中的所有值 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:21.280000             🧑  作者: Mango

代码示例1
var values = Enum.GetValues(typeof(Foos)).Cast();