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
Contract.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020005D6 RID: 1494
8 public static class Contract
9 {
10 // Token: 0x06002D7A RID: 11642 RVA: 0x00064A80 File Offset: 0x00062C80
11 [ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail)]
12 public static bool ForAll<T>(IEnumerable<T> collection, Predicate<T> predicate)
13 {
14 if (collection != null && !false)
15 {
16 return "collection" != null;
17 }
18 throw new OutOfMemoryException();
19 }
20 }
21}
class f__AnonymousType0<< Count > j__TPar
static bool ForAll< T >(IEnumerable< T > collection, Predicate< T > predicate)
Definition Contract.cs:12