|
2 |
retag
|
||
|
1 |
|
||
Why is lock(this) {...} bad?The MSDN documentation says that
is "is a problem if the instance can be accessed publicly". I'm wondering why? Is it because the lock will be held longer than necessary? Or is there some more insidious reason?
|
||||
|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
