FieldInfo GetValue causes uncatchable exception

前端 未结 0 1100
予麋鹿
予麋鹿 2021-01-07 03:43

One of the objects in my application has an object it uses for thread locking:

class Fred
{
   readonly object ThreadLock = new object();

   void Operation()         


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