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

◆ GetDeepHashCode()

override int System.Xml.Linq.XComment.GetDeepHashCode ( )
inlinepackage

Definition at line 93 of file XComment.cs.

94 {
95 return value.GetHashCode();
96 }

References System.Xml.Linq.XComment.value.