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.HashSet< T >.Initialize ( int capacity)
inlineprivate

Definition at line 279 of file HashSet.cs.

280 {
281 if (!true)
282 {
283 }
284 return HashHelpers.GetPrime(capacity);
285 }

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