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

◆ GetHashCode()

override int System.Index.GetHashCode ( )
inline

Definition at line 95 of file Index.cs.

96 {
97 return _value;
98 }
readonly int _value
Definition Index.cs:8

References System.Index._value.

Referenced by System.Linq.Expressions.Interpreter.LocalDefinition.GetHashCode(), and System.Range.GetHashCode().