如何在 C# 中使用参数启动线程?
是的 :
Thread t = new Thread (new ParameterizedThreadStart(myMethod)); t.Start (myParameterObject);