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

◆ AddRangeDistinct< T >()

static bool Newtonsoft.Json.Utilities.CollectionUtils.AddRangeDistinct< T > ( this IList< T > list,
IEnumerable< T > values,
IEqualityComparer< T > comparer )
inlinestatic

Definition at line 120 of file CollectionUtils.cs.

121 {
122 long num = 0L;
123 if (list != null)
124 {
125 }
126 if (num == 0L)
127 {
128 }
129 throw new OutOfMemoryException();
130 }

References System.L, and System.list.