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

◆ GetHashCode()

override int System.Xml.PrefixHandle.GetHashCode ( )
inline

Definition at line 261 of file PrefixHandle.cs.

262 {
263 return GetString().GetHashCode();
264 }

References System.Xml.PrefixHandle.GetString().