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

◆ ToDictionary< TKey, TElement, TSource >() [2/2]

static Dictionary< TKey, TElement > System.Linq.Enumerable.ToDictionary< TKey, TElement, TSource > ( this IEnumerable< TSource > source,
Func< TSource, TKey > keySelector,
Func< TSource, TElement > elementSelector,
IEqualityComparer< TKey > comparer )
inlinestatic

Definition at line 376 of file Enumerable.cs.

377 {
378 if (source != null)
379 {
380 if (keySelector != null)
381 {
382 long num = 0L;
383 if (elementSelector != null)
384 {
385 }
386 if (num == 0L)
387 {
388 return "source";
389 }
390 }
391 else
392 {
393 Exception ex = Error.ArgumentNull("elementSelector");
394 }
395 throw new OutOfMemoryException();
396 }
397 return "keySelector";
398 }

References System.Linq.Error.ArgumentNull(), System.L, and System.source.