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

◆ LastOrDefault< TSource >()

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

Definition at line 530 of file Enumerable.cs.

531 {
532 if (source != null)
533 {
534 if (!false)
535 {
536 return "source";
537 }
538 }
539 else
540 {
541 Exception ex = Error.ArgumentNull("predicate");
542 }
543 throw new OutOfMemoryException();
544 }

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