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

◆ CopyFrom()

void System.Collections.Generic.HashSet< T >.CopyFrom ( HashSet< T > source)
inlineprivate

Definition at line 46 of file HashSet.cs.

47 {
48 int count = source._count;
49 if (count != 0)
50 {
51 int[] buckets = source._buckets;
52 int num = HashHelpers.ExpandPrime(int.MinValue);
53 int lastIndex = source._lastIndex;
54 HashSet.Slot[] slots = source._slots;
55 return;
56 }
57 }
class f__AnonymousType0<< Count > j__TPar

References System.count, System.Collections.HashHelpers.ExpandPrime(), j__TPar, and System.source.