4 [global::__DynamicallyInvokable]
8 [global::__DynamicallyInvokable]
11 [global::__DynamicallyInvokable]
LockRecursionPolicy
Specifies whether a lock can be entered multiple times by the same thread.
A thread can enter a lock recursively. Some classes may restrict this capability.
If a thread tries to enter a lock recursively, an exception is thrown. Some classes may allow certain...