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

◆ GetHashCode()

unsafe override int System.IntPtr.GetHashCode ( )
inline

Definition at line 114 of file IntPtr.cs.

115 {
116 long num = (long)_value;
117 return (int)num ^ (int)(num >> 32);
118 }
unsafe readonly void * _value
Definition IntPtr.cs:15

References System.IntPtr._value.

Referenced by System.Runtime.InteropServices.GCHandle.GetHashCode().