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

◆ Initialize()

int System.Collections.Generic.Dictionary< TKey, TValue >.Initialize ( int capacity)
inlineprivate

Definition at line 401 of file Dictionary.cs.

402 {
403 if (!true)
404 {
405 }
406 int prime = HashHelpers.GetPrime(capacity);
407 this._freeList = 1;
408 return prime;
409 }
class f__AnonymousType0<< Count > j__TPar

References System.capacity, System.Collections.HashHelpers.GetPrime(), and j__TPar.