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

◆ SingleOrDefault< TSource >() [2/2]

static TSource System.Linq.Enumerable.SingleOrDefault< TSource > ( this IEnumerable< TSource > source,
Func< TSource, bool > predicate )
inlinestatic

Definition at line 597 of file Enumerable.cs.

598 {
599 if (source != null)
600 {
601 long num = 0L;
602 long num2 = 0L;
603 int num3 = 12;
604 if (num2 == 0L)
605 {
606 if (num3 == 0)
607 {
608 if (num != 0L)
609 {
610 Exception ex = Error.MoreThanOneMatch();
611 }
612 }
613 throw new OverflowException();
614 }
615 }
616 else
617 {
618 Exception ex2 = Error.ArgumentNull("predicate");
619 }
620 throw new OutOfMemoryException();
621 }
class f__AnonymousType0<< Count > j__TPar

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