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

◆ GetHashCode()

override int System.Xml.Xsl.Int32Pair.GetHashCode ( )
inline

Definition at line 34 of file Int32Pair.cs.

35 {
36 return _left.GetHashCode() ^ _right.GetHashCode();
37 }
readonly int _right
Definition Int32Pair.cs:9

References System.Xml.Xsl.Int32Pair._left, and System.Xml.Xsl.Int32Pair._right.