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

◆ expand()

void System.Collections.Hashtable.expand ( )
inlineprivateinherited

Definition at line 246 of file Hashtable.cs.

247 {
248 Hashtable.bucket[] buckets = this._buckets;
249 if (!true)
250 {
251 }
252 int num = HashHelpers.ExpandPrime(int.MinValue);
253 this.rehash(num);
254 }
Hashtable.bucket[] _buckets
Definition Hashtable.cs:636

References System.Collections.Hashtable._buckets, System.Collections.HashHelpers.ExpandPrime(), and System.Collections.Hashtable.rehash().