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

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

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

Definition at line 655 of file Enumerable.cs.

656 {
657 if (source != null)
658 {
659 if (!false)
660 {
661 return "source" != null;
662 }
663 }
664 else
665 {
666 Exception ex = Error.ArgumentNull("predicate");
667 }
668 throw new OutOfMemoryException();
669 }

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