Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetHashCode()

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

Definition at line 68 of file ParameterHandle.cs.

69 {
70 return _rowId.GetHashCode();
71 }

References System.Reflection.Metadata.ParameterHandle._rowId.