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

◆ GetHashCode()

override int System.ArgIterator.GetHashCode ( )
inline

Definition at line 79 of file ArgIterator.cs.

80 {
81 return ValueType.GetHashCodeOfPtr(ArgCookie);
82 }

References System.ArgIterator.ArgCookie, and System.ValueType.GetHashCodeOfPtr().