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

◆ GetHashCode()

override int System.Reflection.Emit.Label.GetHashCode ( )
inline

Definition at line 19 of file Label.cs.

20 {
21 return m_label;
22 }
readonly int m_label
Definition Label.cs:7

References System.Reflection.Emit.Label.m_label.