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

◆ rehash() [1/2]

void System.Collections.Hashtable.rehash ( )
inlineprivateinherited

Definition at line 257 of file Hashtable.cs.

258 {
259 Hashtable.bucket[] buckets = this._buckets;
260 }
Hashtable.bucket[] _buckets
Definition Hashtable.cs:636

References System.Collections.Hashtable._buckets.

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