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
AssemblyTitleAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x020004C7 RID: 1223
7 [AttributeUsage(AttributeTargets.Assembly, Inherited = false)]
8 public sealed class AssemblyTitleAttribute : Attribute
9 {
10 // Token: 0x06002368 RID: 9064 RVA: 0x00050388 File Offset: 0x0004E588
11 public AssemblyTitleAttribute(string title)
12 {
13 this.<Title>k__BackingField = title;
14 }
15
16 // Token: 0x04001367 RID: 4967
18 private readonly string <Title>k__BackingField;
19 }
20}
class f__AnonymousType0<< Count > j__TPar