Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SetSafeWaitHandle()
static void System.Threading.WaitHandleExtensions.SetSafeWaitHandle
(
this
WaitHandle
waitHandle
,
SafeWaitHandle
?
value
)
inline
static
Definition at line
16
of file
WaitHandleExtensions.cs
.
17
{
18
if
(waitHandle ==
null
)
19
{
20
throw
new
ArgumentNullException(
"waitHandle"
);
21
}
22
waitHandle.SafeWaitHandle =
value
;
23
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Threading
WaitHandleExtensions
Generated by
1.10.0