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

◆ ForAll< T >()

static bool System.Diagnostics.Contracts.Contract.ForAll< T > ( IEnumerable< T > collection,
Predicate< T > predicate )
inlinestatic

Definition at line 12 of file Contract.cs.

13 {
14 if (collection != null && !false)
15 {
16 return "collection" != null;
17 }
18 throw new OutOfMemoryException();
19 }

References System.collection.