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

◆ All< TSource >()

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

Definition at line 672 of file Enumerable.cs.

673 {
674 if (source != null)
675 {
676 if (!false)
677 {
678 return "source" != null;
679 }
680 }
681 else
682 {
683 Exception ex = Error.ArgumentNull("predicate");
684 }
685 throw new OutOfMemoryException();
686 }

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