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

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

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

Definition at line 699 of file Enumerable.cs.

700 {
701 if (source != null)
702 {
703 if (!false)
704 {
705 throw new OverflowException();
706 }
707 }
708 else
709 {
710 Exception ex = Error.ArgumentNull("predicate");
711 }
712 throw new OutOfMemoryException();
713 }

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