c#枚举型遍历

public enum eErrorDetailCode : int {  登陆成功 = 0,  登出 = 1,  应用错误 = 2,  成功 = 16,  失败 = 17 }

foreach (

  int intError in Enum.GetValues(typeof(eErrorDetailCode))) {    

  strKey = intError.ToString();    

  strValue = Enum.GetName(typeof(eErrorDetailCode), intError);

}

c#枚举型遍历

上一篇:WinForm&&DEV知识小结


下一篇:引用 运行asp.net程序时候,编译器错误消息: CS0016: 未能写入输出文件“c:\WINDOWS\Microsoft.NET\Fra