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
Missing.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Reflection
6{
7 // Token: 0x020004E0 RID: 1248
8 public sealed class Missing : ISerializable
9 {
10 // Token: 0x060023F2 RID: 9202 RVA: 0x00050ACC File Offset: 0x0004ECCC
11 private Missing()
12 {
13 }
14
15 // Token: 0x060023F3 RID: 9203 RVA: 0x0000207A File Offset: 0x0000027A
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20
21 // Token: 0x060023F4 RID: 9204 RVA: 0x00050AE0 File Offset: 0x0004ECE0
22 // Note: this type is marked as 'beforefieldinit'.
23 static Missing()
24 {
25 }
26
27 // Token: 0x040013E8 RID: 5096
28 public static readonly Missing Value;
29 }
30}
class f__AnonymousType0<< Count > j__TPar
static readonly Missing Value
Definition Missing.cs:28
void GetObjectData(SerializationInfo info, StreamingContext context)