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

◆ GetHashCode()

override int System.Xml.XmlQualifiedName.GetHashCode ( )
inlineinherited

Definition at line 47 of file XmlQualifiedName.cs.

48 {
49 if (_hash == 0)
50 {
51 _hash = Name.GetHashCode();
52 }
53 return _hash;
54 }

References System.Xml.XmlQualifiedName._hash, and System.Xml.XmlQualifiedName.Name.