摘要: class Program { static void Main(string[] args) { var noEmployeeList = GetIEnumerable(); foreach (var emp in noEmployeeList) { Console.WriteLine(emp); 阅读全文
posted @ 2015-06-24 17:46 江境纣州 阅读(283) 评论(0) 推荐(0) 编辑
摘要: class Program { static void Main(string[] args) { int[] array = new int[] { 100, 200, 300, 400, 500 }; for (int i = 0; i < 5; i++) { // 线程运行时独立性的,所以参数 阅读全文
posted @ 2015-06-24 16:10 江境纣州 阅读(19) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-06-24 15:34 江境纣州 阅读(7) 评论(0) 推荐(0) 编辑