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

◆ GetHashCode()

override int System.Runtime.InteropServices.GCHandle.GetHashCode ( )
inline

Definition at line 143 of file GCHandle.cs.

144 {
145 return _handle.GetHashCode();
146 }
unsafe override int GetHashCode()
Definition IntPtr.cs:114

References System.Runtime.InteropServices.GCHandle._handle, and System.IntPtr.GetHashCode().