标签: c# multithreading delegates j#
我正在尝试使用J#中的参数创建一个新线程。我知道如何使用委托在C#中完成它,但我似乎没有在J#中工作
System.Threading.Thread thread = new System.Threading.Thread(new System.Threading.ThreadStart(Function)); thread.Start();
正如您所看到的,我没有使用java线程,它来自c#库。
只要函数不接受参数就可以工作。如何使用参数?
答案 0 :(得分:0)
管理将1个参数传递给函数:http://msdn.microsoft.com/en-us/library/system.threading.parameterizedthreadstart.aspx