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

◆ Create< TSource >()

static Lookup< TKey, TElement > System.Linq.Lookup< TKey, TElement >.Create< TSource > ( IEnumerable< TSource > source,
Func< TSource, TKey > keySelector,
Func< TSource, TElement > elementSelector,
IEqualityComparer< TKey > comparer )
inlinestaticpackage

Definition at line 16 of file Lookup.cs.

17 {
18 if (source != null)
19 {
20 if (keySelector != null)
21 {
22 if (!false)
23 {
24 return "source";
25 }
26 }
27 else
28 {
29 Exception ex = Error.ArgumentNull("elementSelector");
30 }
31 throw new OutOfMemoryException();
32 }
33 return "keySelector";
34 }

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