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

◆ GetHashCode()

override int System.ModuleHandle.GetHashCode ( )
inline

Definition at line 28 of file ModuleHandle.cs.

29 {
30 if (!(m_ptr != null))
31 {
32 return 0;
33 }
34 return m_ptr.GetHashCode();
35 }
override int GetHashCode()
Definition Module.cs:316
readonly RuntimeModule m_ptr

References System.Reflection.Module.GetHashCode(), and System.ModuleHandle.m_ptr.