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

◆ GetHashCode()

override int System.Threading.Thread.GetHashCode ( )
inline

Definition at line 812 of file Thread.cs.

813 {
814 return ManagedThreadId;
815 }

References System.Threading.Thread.ManagedThreadId.

Referenced by System.Threading.AsyncFlowControl.GetHashCode().