terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetHashCode()

override int System.String.GetHashCode ( )
inline

Definition at line 315 of file String.cs.

316 {
317 return this.GetLegacyNonRandomizedHashCode();
318 }
int GetLegacyNonRandomizedHashCode()
Definition String.cs:321

References System.String.GetLegacyNonRandomizedHashCode().