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

◆ GetHashCode()

override int System.RuntimeMethodHandle.GetHashCode ( )
inline

Definition at line 57 of file RuntimeMethodHandle.cs.

58 {
59 return ValueType.GetHashCodeOfPtr(Value);
60 }

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