标签:eval code name void bsp int style blog str
static void Main(string[] args) { Dictionary<string, string> paraNameValueDict = new Dictionary<string, string>(); int count = 0; count = paraNameValueDict.Count; Console.WriteLine("{0}", count); paraNameValueDict["hello"] = "World"; count = paraNameValueDict.Count; Console.WriteLine("{0}", count); //0 //1 //请按任意键继续. . . }
标签:eval code name void bsp int style blog str
原文地址:http://www.cnblogs.com/sky20080101/p/6580268.html