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

◆ WaitHandle

WaitHandle System.Threading.ManualResetEventSlim.WaitHandle
getinherited

Definition at line 17 of file ManualResetEventSlim.cs.

18 {
19 get
20 {
22 if (m_eventObj == null)
23 {
25 }
26 return m_eventObj;
27 }
28 }