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
IdentityFunction.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Linq
6{
7 // Token: 0x0200001B RID: 27
8 internal class IdentityFunction<TElement>
9 {
10 // Token: 0x1700001F RID: 31
11 // (get) Token: 0x060000E4 RID: 228 RVA: 0x00002050 File Offset: 0x00000250
13 {
14 get
15 {
16 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
17 }
18 }
19
20 // Token: 0x0200001C RID: 28
22 [Serializable]
23 private sealed class <>c
24 {
25 // Token: 0x060000E5 RID: 229 RVA: 0x0000380C File Offset: 0x00001A0C
26 // Note: this type is marked as 'beforefieldinit'.
27 static <>c()
28 {
29 }
30
31 // Token: 0x060000E6 RID: 230 RVA: 0x0000381C File Offset: 0x00001A1C
32 public <>c()
33 {
34 }
35
36 // Token: 0x060000E7 RID: 231 RVA: 0x00003830 File Offset: 0x00001A30
37 internal TElement <get_Instance>b__1_0(TElement x)
38 {
39 return x;
40 }
41
42 // Token: 0x04000072 RID: 114
44
45 // Token: 0x04000073 RID: 115
46 public static Func<TElement, TElement> <>9__1_0;
47 }
48 }
49}
class f__AnonymousType0<< Count > j__TPar
static Func< TElement, TElement > Instance