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
SRDescriptionAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x0200009F RID: 159
8 internal class SRDescriptionAttribute : global::System.ComponentModel.DescriptionAttribute
9 {
10 // Token: 0x060002CD RID: 717 RVA: 0x0000AC48 File Offset: 0x00008E48
11 public SRDescriptionAttribute(string description)
12 {
13 if (!true)
14 {
15 }
16 base..ctor(description);
17 }
18
19 // Token: 0x17000097 RID: 151
20 // (get) Token: 0x060002CE RID: 718 RVA: 0x0000AC60 File Offset: 0x00008E60
21 public override string Description
22 {
23 get
24 {
25 if (this.isReplaced)
26 {
27 return this.<DescriptionValue>k__BackingField;
28 }
29 string <DescriptionValue>k__BackingField = this.<DescriptionValue>k__BackingField;
30 this.isReplaced = true;
31 string text = Locale.GetText(<DescriptionValue>k__BackingField);
32 this.<DescriptionValue>k__BackingField = text;
33 return text;
34 }
35 }
36
37 // Token: 0x04000276 RID: 630
38 private bool isReplaced;
39 }
40}
class f__AnonymousType0<< Count > j__TPar
static string GetText(string msg)
Definition Locale.cs:8