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

◆ SetCapacity()

void System.Collections.Generic.HashSet< T >.SetCapacity ( int newSize)
inlineprivate

Definition at line 299 of file HashSet.cs.

300 {
301 if (this._slots != null)
302 {
303 int lastIndex = this._lastIndex;
304 }
305 int lastIndex2 = this._lastIndex;
306 }
class f__AnonymousType0<< Count > j__TPar
HashSet< T >.Slot[] _slots
Definition HashSet.cs:410

References System.Collections.Generic.HashSet< T >._lastIndex, System.Collections.Generic.HashSet< T >._slots, and j__TPar.