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

◆ ComputeHash32()

static int System.Xml.NameTable.ComputeHash32 ( string key)
inlinestaticpackage

Definition at line 137 of file NameTable.cs.

138 {
139 return string.GetHashCode(key.AsSpan());
140 }

References System.key.

Referenced by System.Xml.NameTable.Add(), System.Xml.NameTable.Get(), and System.Xml.XmlDocument.readonly().