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

◆ GetHashCode()

override int System.RuntimeFieldHandle.GetHashCode ( )
inline

Definition at line 40 of file RuntimeFieldHandle.cs.

41 {
42 return ValueType.GetHashCodeOfPtr(Value);
43 }

References System.ValueType.GetHashCodeOfPtr(), and System.RuntimeFieldHandle.Value.