Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WaitHandle
WaitHandle
System.Threading.CountdownEvent.WaitHandle
get
Definition at line
34
of file
CountdownEvent.cs
.
35
{
36
get
37
{
38
ThrowIfDisposed
();
39
return
_event
.
WaitHandle
;
40
}
41
}
System.Threading.CountdownEvent.ThrowIfDisposed
void ThrowIfDisposed()
Definition
CountdownEvent.cs:250
System.Threading.CountdownEvent._event
readonly ManualResetEventSlim _event
Definition
CountdownEvent.cs:13
System.Threading.ManualResetEventSlim.WaitHandle
WaitHandle WaitHandle
Definition
ManualResetEventSlim.cs:18
System
Threading
CountdownEvent
Generated by
1.10.0