Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Enter() [2/2]

static void System.Threading.Monitor.Enter ( object obj,
ref bool lockTaken )
inlinestatic

Definition at line 15 of file Monitor.cs.

16 {
17 if (lockTaken)
18 {
20 }
21 ReliableEnter(obj, ref lockTaken);
22 }
static void ReliableEnter(object obj, ref bool lockTaken)
static void ThrowLockTakenException()
Definition Monitor.cs:25

References System.obj, System.Threading.Monitor.ReliableEnter(), and System.Threading.Monitor.ThrowLockTakenException().