terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Contract.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20005D6")]
11 public static class Contract
12 {
13 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.MayFail)]
14 [global::Cpp2ILInjected.Token(Token = "0x6002D7A")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1578BFC", Offset = "0x1578BFC", Length = "0x36C")]
16 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
17 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectProperty", MemberParameters = new object[]
19 {
20 typeof(global::System.Reflection.BindingFlags),
21 typeof(global::System.Reflection.PropertyInfo[]),
22 typeof(global::System.Type),
23 typeof(global::System.Type[]),
24 typeof(global::System.Reflection.ParameterModifier[])
25 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
29 public static bool ForAll<T>(global::System.Collections.Generic.IEnumerable<T> collection, global::System.Predicate<T> predicate)
30 {
31 throw null;
32 }
33 }
34}
class f__AnonymousType0<< Count > j__TPar
static bool ForAll< T >(global::System.Collections.Generic.IEnumerable< T > collection, global::System.Predicate< T > predicate)
Definition Contract.cs:29