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

◆ GetHashCode()

override int System.Char.GetHashCode ( )
inline

Definition at line 84 of file Char.cs.

85 {
86 return (int)(this | ((uint)this << 16));
87 }