.NET多線程 傳入參數與獲取返回值

ThreadStart threadStart=new ThreadStart(Calculate);    Thread thread=new Thread(threadStart);   thread.Start();   public void Calculate(){   double Diameter=0.5;   Console.Write("The Area Of Circle wi
相關文章
相關標籤/搜索