行远-自迩

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  C#-线程

总结线程委托
摘要: 阅读全文

posted @ 2024-05-15 09:58 行远-自迩 阅读(8) 评论(0) 推荐(0) 编辑

C#之线程ParameterizedThreadStart
摘要:class Program { static void Main(string[] args) { Work work = new Work(); //两种实例化委托的方法; //ParameterizedThreadStart ParameterizedThreadStartDelegate = 阅读全文

posted @ 2019-07-08 11:25 行远-自迩 阅读(3062) 评论(0) 推荐(0) 编辑

C#之线程ThreadStart
摘要:本来自于https://docs.microsoft.com/zh-cn/dotnet/api/system.threading.threadstart?view=netframework-4.8; static void Main(string[] args) { ThreadStart thre 阅读全文

posted @ 2019-07-06 21:55 行远-自迩 阅读(7305) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示