call method with ref parameters in diffrent thread c#

后端 未结 0 365
滥情空心
滥情空心 2021-01-04 00:39

How I can call the nonstatic void method with ref parameter in a different thread

method (ref a, ref b);

method (ref int a, ref int b) { //some code

}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题