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
AssemblyDescriptionAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x020004C1 RID: 1217
7 [AttributeUsage(AttributeTargets.Assembly, Inherited = false)]
9 {
10 // Token: 0x06002363 RID: 9059 RVA: 0x000502F8 File Offset: 0x0004E4F8
11 public AssemblyDescriptionAttribute(string description)
12 {
13 this.<Description>k__BackingField = description;
14 }
15
16 // Token: 0x0400135C RID: 4956
18 private readonly string <Description>k__BackingField;
19 }
20}
class f__AnonymousType0<< Count > j__TPar