Array define

 
       Thread[] threads = new Thread[10];  // define array, which can only be used to  
                                                             //  store  System.Threading.Thread type    
        threads[i] = t;                                 // here, t must be System.Threading.Thread type
posted @ 2009-10-04 16:40  greencolor  阅读(143)  评论(0编辑  收藏  举报