C#常用的4种锁的使用以及解释

1、lock internal class Program { static object lockObject=new object(); static void Main(string[] args) { Student student = new Student(); Thread threa
posted @ 2024-07-01 14:59  孤沉  阅读(2)  评论(0编辑  收藏  举报