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

◆ Hashtable() [4/10]

System.Collections.Hashtable.Hashtable ( int capacity,
float loadFactor )
inline

Definition at line 45 of file Hashtable.cs.

46 {
47 int prime = HashHelpers.GetPrime(int.MinValue);
48 }
class f__AnonymousType0<< Count > j__TPar

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