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
SatelliteContractVersionAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Resources
5{
6 // Token: 0x020004AD RID: 1197
7 [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)]
9 {
10 // Token: 0x060022E1 RID: 8929 RVA: 0x0004E5E8 File Offset: 0x0004C7E8
11 public SatelliteContractVersionAttribute(string version)
12 {
13 do
14 {
15 base..ctor();
16 }
17 while (version == null);
18 this.Version = version;
19 }
20
21 // Token: 0x17000483 RID: 1155
22 // (get) Token: 0x060022E2 RID: 8930 RVA: 0x0004E608 File Offset: 0x0004C808
23 public string Version
24 {
26 get
27 {
28 return this.<Version>k__BackingField;
29 }
30 }
31
32 // Token: 0x0400131C RID: 4892
35 }
36}
class f__AnonymousType0<< Count > j__TPar