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

◆ GetHashCode()

override int System.Reflection.Metadata.ImportScopeHandle.GetHashCode ( )
inline

Definition at line 70 of file ImportScopeHandle.cs.

71 {
72 return _rowId.GetHashCode();
73 }

References System.Reflection.Metadata.ImportScopeHandle._rowId.