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
AssemblyFileVersionAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x020004C2 RID: 1218
7 [AttributeUsage(AttributeTargets.Assembly, Inherited = false)]
9 {
10 // Token: 0x06002364 RID: 9060 RVA: 0x00050314 File Offset: 0x0004E514
11 public AssemblyFileVersionAttribute(string version)
12 {
13 do
14 {
15 base..ctor();
16 }
17 while (version == null);
18 this.<Version>k__BackingField = version;
19 }
20
21 // Token: 0x0400135D RID: 4957
24 }
25}
class f__AnonymousType0<< Count > j__TPar