Connect the dots

“Progress doesn't come from early risers – progress is made by lazy men looking for easier ways to do things.” - Robert Heinlein

导航

2005年4月6日

摘要: 源代码 object[] objs1 = new object[10]; foreach(object obj in objs1) { Console.WriteLine(obj.ToString()); } 编译后的代码 object[] objArray2 = objArray1; for (int num2 = 0; num2 < ob... 阅读全文

posted @ 2005-04-06 23:16 TOX 阅读(247) 评论(0) 推荐(0) 编辑