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

◆ GetHashCode()

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

Definition at line 35 of file IndexField.cs.

36 {
37 return Column.GetHashCode() ^ IsDescending.GetHashCode();
38 }
readonly bool IsDescending
Definition IndexField.cs:9
readonly DataColumn Column
Definition IndexField.cs:7

References System.Data.IndexField.Column, and System.Data.IndexField.IsDescending.