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

◆ GetHash()

virtual int System.Collections.Hashtable.GetHash ( object key)
inlineprotectedvirtualinherited

Definition at line 909 of file Hashtable.cs.

910 {
911 if (_keycomparer != null)
912 {
914 }
915 return key.GetHashCode();
916 }
IEqualityComparer _keycomparer
Definition Hashtable.cs:413

References System.Collections.Hashtable._keycomparer, System.Collections.IEqualityComparer.GetHashCode(), and System.key.

Referenced by System.Collections.Hashtable.InitHash().