摘要:
http://referencesource.microsoft.com/ 阅读全文
摘要:
public class TemplateTransferConfig { public Type ClassType { get; set; } /// <summary> /// 如果ClassType不为空,则该字段代表字段名.如果为空,则为变量占位符 /// </summary> publi 阅读全文
摘要:
网上看到的,记录下来,供参考,备忘 Dictionary<string, int> list = new Dictionary<string, int>(); list.Add("d", 1); //3.0以上版本 foreach (var item in list) { Console.Write 阅读全文