Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 ParameterizedThreadStart (System::Threading) 允许传递调用函数的参数。但是声明此参数的 Object^ 类型并不方便。有没有办法指定此类参数的确切类型?以及如何在该函数中传递多个参数?