Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ExtractStatePortionAndShiftRight()
static int System.Threading.ManualResetEventSlim.ExtractStatePortionAndShiftRight
(
int
state
,
int
mask
,
int
rightBitShiftCount
)
inline
static
private
inherited
Definition at line
348
of file
ManualResetEventSlim.cs
.
349
{
350
return
(
state
& mask) >>> rightBitShiftCount;
351
}
System.ExceptionArgument.state
@ state
References
System.state
.
System
Threading
Tasks
Task
SetOnInvokeMres
Generated by
1.10.0