are static classes shared among different threads in C#

前端 未结 5 1622
野性不改
野性不改 2021-02-14 11:44

I need to share a value between threads without exceeding it\'s boundary. Does a static variable do this?

5条回答
提交回复
热议问题