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
Empty.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 // Token: 0x0200014D RID: 333
9 internal sealed class Empty : ISerializable
10 {
11 // Token: 0x06000D1B RID: 3355 RVA: 0x0001C8C4 File Offset: 0x0001AAC4
12 private Empty()
13 {
14 }
15
16 // Token: 0x06000D1C RID: 3356 RVA: 0x0000207A File Offset: 0x0000027A
17 public override string ToString()
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21
22 // Token: 0x06000D1D RID: 3357 RVA: 0x0001C8D8 File Offset: 0x0001AAD8
24 {
25 while (info == null)
26 {
27 }
28 }
29
30 // Token: 0x06000D1E RID: 3358 RVA: 0x0001C8E8 File Offset: 0x0001AAE8
31 // Note: this type is marked as 'beforefieldinit'.
32 static Empty()
33 {
34 }
35
36 // Token: 0x0400050D RID: 1293
37 public static readonly Empty Value;
38 }
39}
class f__AnonymousType0<< Count > j__TPar
void GetObjectData(SerializationInfo info, StreamingContext context)
Definition Empty.cs:23
static readonly Empty Value
Definition Empty.cs:37
override string ToString()
Definition Empty.cs:17
static Empty()
Definition Empty.cs:32