Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetHashCode()

override int System.TypedReference.GetHashCode ( )
inline

Definition at line 79 of file TypedReference.cs.

80 {
81 if (_type == IntPtr.Zero)
82 {
83 return 0;
84 }
85 return __reftype(this).GetHashCode();
86 }
readonly IntPtr _type

References System.TypedReference._type, and System.IntPtr.Zero.