摘要:
代码如下:using System;using System.Collections.Generic;using System.Collections.Specialized;using System.Reflection;using System.ComponentModel;namespace EnumApp{ class Program { static void Main(string[] args) { NameValueCollection nvc = GetNVCFromEnumValue(typeof(TimeOfD... 阅读全文
posted @ 2013-08-02 17:11
流水刀客
阅读(385)
评论(0)
推荐(0)
摘要:
1链接:http://terrylee.cnblogs.com/archive/2006/06/01/334911.html 阅读全文
posted @ 2013-08-02 11:42
流水刀客
阅读(115)
评论(0)
推荐(0)
摘要:
抽空了一个下午看了些基础的贴,如下:1 关于enum 枚举基础操作: http://www.cnblogs.com/yank/archive/2009/02/27/1399423.html如何使用中文枚举,如TimeOfDay.上午(TimeOfDay为枚举),给枚举添加描述信息,然后反射实现的例子 http://www.cnblogs.com/yank/archive/2011/09/08/EnumDisplayInChinese.html2 调用webservice http://www.cnblogs.com/yinyuejie/archive/2013/07/26/3216822.ht 阅读全文
posted @ 2013-08-01 17:35
流水刀客
阅读(175)
评论(0)
推荐(0)
浙公网安备 33010602011771号