.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
相关文章
相关标签/搜索