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

◆ AddValue()

void System.Collections.Generic.HashSet< T >.AddValue ( int index,
int hashCode,
T value )
inlineprivate

Definition at line 346 of file HashSet.cs.

347 {
348 int[] buckets = this._buckets;
349 HashSet.Slot[] slots = this._slots;
350 }
HashSet< T >.Slot[] _slots
Definition HashSet.cs:410

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