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

void System.Collections.Hashtable.rehash ( int newsize)
inlineprivateinherited

Definition at line 269 of file Hashtable.cs.

270 {
271 Hashtable.bucket[] buckets = this._buckets;
273 float loadFactor = this._loadFactor;
274 int num = 1;
275 int version = this._version;
276 this._isWriterInProgress = num != 0;
277 this._loadsize = num;
278 this._version = num;
279 }
class f__AnonymousType0<< Count > j__TPar
Hashtable.bucket[] _buckets
Definition Hashtable.cs:636

References System.Collections.Hashtable._buckets, System.Collections.Hashtable._loadFactor, System.Collections.Hashtable._version, and j__TPar.