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

◆ SetInt16Value()

void System.Threading.PortableThreadPool.ThreadCounts.SetInt16Value ( short value,
byte shift )
inlineprivate

Definition at line 702 of file PortableThreadPool.cs.

703 {
704 _data = (_data & (ulong)(~(65535L << (int)shift))) | ((ulong)(ushort)value << (int)shift);
705 }

References System.Threading.PortableThreadPool.ThreadCounts._data, System.L, and System.value.