摘要:class Program { static void Main(string[] args) { Work work = new Work(); //两种实例化委托的方法; //ParameterizedThreadStart ParameterizedThreadStartDelegate =
阅读全文
摘要:本来自于https://docs.microsoft.com/zh-cn/dotnet/api/system.threading.threadstart?view=netframework-4.8; static void Main(string[] args) { ThreadStart thre
阅读全文