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

int IStructuralEquatable. System.Array.GetHashCode ( IEqualityComparer comparer)
inlineprivate

Definition at line 179 of file Array.cs.

180 {
181 while (comparer == null)
182 {
183 }
184 int length = this.Length;
185 return this.Length;
186 }

References System.comparer, System.Array.Length, and System.length.