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() [2/2]

override int Mono.Math.BigInteger.GetHashCode ( )
inline

Definition at line 514 of file BigInteger.cs.

515 {
516 if (this.length != 0U)
517 {
518 uint[] array = this.data;
519 return;
520 }
521 }

References System.array, Mono.Math.BigInteger.data, Mono.Math.BigInteger.length, and System.U.