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

◆ GetHashCodeHelper()

static int System.Reflection.CerHashtable< K, V >.GetHashCodeHelper ( K key)
inlinestaticprivate

Definition at line 107 of file CerHashtable.cs.

108 {
109 if (!(key is string text))
110 {
111 return key.GetHashCode();
112 }
113 return text.GetNonRandomizedHashCode();
114 }

References System.key, and System.text.

Referenced by System.Reflection.CerHashtable< K, V >.Table.Insert().