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

◆ GetHashCode()

override int System.Data.DataRowView.GetHashCode ( )
inline

Definition at line 103 of file DataRowView.cs.

104 {
105 return Row.GetHashCode();
106 }

References System.Data.DataRowView.Row.