摘要: Thread[] threads = new Thread[10]; // define array, which canonly be used to // storeSystem.Threading.Thread type threads[i] = t; // here, t must beSystem.Threading.Thread type 阅读全文
posted @ 2009-10-04 16:40 greencolor 阅读(143) 评论(0) 推荐(0) 编辑
摘要: public Account(int initial) -------- here has int { balance = initial; } static void Main() { Account acc = new Account(1000); ------ herehas not int ... } 阅读全文
posted @ 2009-10-04 16:22 greencolor 阅读(152) 评论(0) 推荐(0) 编辑