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

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

static bool System.Linq.Enumerable.Contains< TSource > ( this IEnumerable< TSource > source,
TSource value,
IEqualityComparer< TSource > comparer )
inlinestatic

Definition at line 743 of file Enumerable.cs.

744 {
745 if (value != null)
746 {
747 while (value != null)
748 {
749 }
750 }
751 Exception ex = Error.ArgumentNull("source");
752 long num;
753 if (ex == null)
754 {
755 num = 0L;
756 if (ex != null)
757 {
758 }
759 }
760 if (num == 0L)
761 {
762 }
763 throw new OutOfMemoryException();
764 }

References System.Linq.Error.ArgumentNull(), System.L, and System.value.