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
Comparison.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x0200007E RID: 126
7 public sealed class Comparison<in T> : MulticastDelegate
8 {
9 // Token: 0x060003AD RID: 941 RVA: 0x0000BB30 File Offset: 0x00009D30
10 public Comparison(object @object, IntPtr method)
11 {
12 }
13
14 // Token: 0x060003AE RID: 942 RVA: 0x0000207A File Offset: 0x0000027A
15 public int Invoke(T x, T y)
16 {
17 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
18 }
19 }
20}
class f__AnonymousType0<< Count > j__TPar
Comparison(object @object, IntPtr method)
Definition Comparison.cs:10
int Invoke(T x, T y)
Definition Comparison.cs:15