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

◆ GetHashCode()

override int System.Collections.Generic.GenericComparer< T >.GetHashCode ( )
inline

Definition at line 37 of file GenericComparer.cs.

38 {
39 return GetType().GetHashCode();
40 }