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

◆ GetHashCode()

override int System.Xml.Xsl.Runtime.EarlyBoundInfo.GetHashCode ( )
inline

Definition at line 45 of file EarlyBoundInfo.cs.

46 {
47 return _namespaceUri.GetHashCode();
48 }

References System.Xml.Xsl.Runtime.EarlyBoundInfo._namespaceUri.