摘要: 作为博客园的新手,首次发帖,如有不对的地方,请拍砖! 先上代码: 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 IList<int> list = null; 6 SetValue(list); 7 foreach (int 阅读全文
posted @ 2016-04-22 13:28 劳资 阅读(145) 评论(0) 推荐(0)