摘要: http://blog.csdn.net/zhuweisky/article/details/50439386 OAUS 阅读全文
posted @ 2016-05-12 17:53 zslm___ 阅读(478) 评论(0) 推荐(0) 编辑
摘要: http://referencesource.microsoft.com/ 阅读全文
posted @ 2016-05-12 16:12 zslm___ 阅读(115) 评论(0) 推荐(0) 编辑
摘要: public class TemplateTransferConfig { public Type ClassType { get; set; } /// <summary> /// 如果ClassType不为空,则该字段代表字段名.如果为空,则为变量占位符 /// </summary> publi 阅读全文
posted @ 2016-05-12 15:36 zslm___ 阅读(812) 评论(0) 推荐(0) 编辑
摘要: 网上看到的,记录下来,供参考,备忘 Dictionary<string, int> list = new Dictionary<string, int>(); list.Add("d", 1); //3.0以上版本 foreach (var item in list) { Console.Write 阅读全文
posted @ 2016-05-12 14:38 zslm___ 阅读(537) 评论(0) 推荐(0) 编辑