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
AttributeProviderAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200034C RID: 844
9 {
10 // Token: 0x060015F4 RID: 5620 RVA: 0x00040E04 File Offset: 0x0003F004
11 public AttributeProviderAttribute(string typeName)
12 {
13 do
14 {
15 base..ctor();
16 }
17 while (typeName == null);
18 this.TypeName = typeName;
19 }
20
21 // Token: 0x060015F5 RID: 5621 RVA: 0x00040E24 File Offset: 0x0003F024
22 public AttributeProviderAttribute(string typeName, string propertyName)
23 {
24 do
25 {
26 base..ctor();
27 if (typeName == null)
28 {
29 return;
30 }
31 }
32 while (propertyName == null);
33 this.TypeName = typeName;
35 }
36
37 // Token: 0x060015F6 RID: 5622 RVA: 0x00040E4C File Offset: 0x0003F04C
39 {
40 if (!true)
41 {
42 }
43 this.TypeName = type;
44 }
45
46 // Token: 0x170004FE RID: 1278
47 // (get) Token: 0x060015F7 RID: 5623 RVA: 0x00040E6C File Offset: 0x0003F06C
48 public string TypeName
49 {
51 get
52 {
53 return this.<TypeName>k__BackingField;
54 }
55 }
56
57 // Token: 0x170004FF RID: 1279
58 // (get) Token: 0x060015F8 RID: 5624 RVA: 0x00040E80 File Offset: 0x0003F080
59 public string PropertyName
60 {
62 get
63 {
64 return this.<PropertyName>k__BackingField;
65 }
66 }
67
68 // Token: 0x040011BC RID: 4540
71
72 // Token: 0x040011BD RID: 4541
74 private readonly string <PropertyName>k__BackingField;
75 }
76}
class f__AnonymousType0<< Count > j__TPar
AttributeProviderAttribute(string typeName, string propertyName)