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

◆ GetHashCode()

unsafe override int System.UIntPtr.GetHashCode ( )
inline

Definition at line 111 of file UIntPtr.cs.

112 {
113 ulong num = (ulong)_value;
114 return (int)num ^ (int)(num >> 32);
115 }
unsafe readonly void * _value
Definition UIntPtr.cs:16

References System.UIntPtr._value.

Referenced by System.Reflection.Pointer.GetHashCode().