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
DebuggerDisplayAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Diagnostics
5{
6 // Token: 0x020005D1 RID: 1489
7 [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Delegate, AllowMultiple = true)]
8 [ComVisible(true)]
9 public sealed class DebuggerDisplayAttribute : Attribute
10 {
11 // Token: 0x06002D54 RID: 11604 RVA: 0x00064570 File Offset: 0x00062770
13 {
14 if (value != null)
15 {
17 return;
18 }
19 this.value = "";
20 this.name = "";
21 this.type = "";
22 }
23
24 // Token: 0x0400195C RID: 6492
25 private string name;
26
27 // Token: 0x0400195D RID: 6493
28 private string value;
29
30 // Token: 0x0400195E RID: 6494
31 private string type;
32 }
33}
class f__AnonymousType0<< Count > j__TPar