摘要:
下面的语句我们非常熟悉:IList<string> a = new List<string>(); a.Add("大鸟"); a.Add("菜鸟"); a.Add("大鸭"); a.Add("大嘴");foreach (string item in a){ Console.WriteLine("{0}",item);}上面是一个for each in 语句,微软官方对此定义http://msdn.... 阅读全文
posted @ 2011-07-03 18:21 chicwoo 阅读(134) 评论(0) 推荐(0)
浙公网安备 33010602011771号