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

◆ GetHashCode()

override int System.Threading.PortableThreadPool.ThreadCounts.GetHashCode ( )
inline

Definition at line 764 of file PortableThreadPool.cs.

765 {
766 return (int)_data + (int)(_data >> 32);
767 }

References System.Threading.PortableThreadPool.ThreadCounts._data.