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

◆ CopyTo() [3/3]

void System.Collections.Generic.HashSet< T >.CopyTo ( T[] array,
int arrayIndex,
int count )
inline

Definition at line 242 of file HashSet.cs.

243 {
244 if (array != null)
245 {
246 int lastIndex = this._lastIndex;
247 HashSet.Slot[] slots = this._slots;
248 return;
249 }
250 }
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, System.array, and j__TPar.