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.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x0200034C RID: 844
7
[
AttributeUsage
(
AttributeTargets
.Property)]
8
public
class
AttributeProviderAttribute
:
Attribute
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;
34
this.PropertyName
=
propertyName
;
35
}
36
37
// Token: 0x060015F6 RID: 5622 RVA: 0x00040E4C File Offset: 0x0003F04C
38
public
AttributeProviderAttribute
(
Type
type)
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
{
50
[
CompilerGenerated
]
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
{
61
[
CompilerGenerated
]
62
get
63
{
64
return
this.<
PropertyName
>
k__BackingField
;
65
}
66
}
67
68
// Token: 0x040011BC RID: 4540
69
[
CompilerGenerated
]
70
private
readonly
string <TypeName>
k__BackingField
;
71
72
// Token: 0x040011BD RID: 4541
73
[
CompilerGenerated
]
74
private
readonly
string <PropertyName>
k__BackingField
;
75
}
76
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.AttributeProviderAttribute.k__BackingField
readonly string< PropertyName > k__BackingField
Definition
AttributeProviderAttribute.cs:74
System.ComponentModel.AttributeProviderAttribute.k__BackingField
readonly string< TypeName > k__BackingField
Definition
AttributeProviderAttribute.cs:70
System.ComponentModel.AttributeProviderAttribute.AttributeProviderAttribute
AttributeProviderAttribute(string typeName, string propertyName)
Definition
AttributeProviderAttribute.cs:22
System.ComponentModel.AttributeProviderAttribute.AttributeProviderAttribute
AttributeProviderAttribute(string typeName)
Definition
AttributeProviderAttribute.cs:11
System.ComponentModel.AttributeProviderAttribute.PropertyName
string PropertyName
Definition
AttributeProviderAttribute.cs:60
System.ComponentModel.AttributeProviderAttribute.AttributeProviderAttribute
AttributeProviderAttribute(Type type)
Definition
AttributeProviderAttribute.cs:38
System.ComponentModel.AttributeProviderAttribute
Definition
AttributeProviderAttribute.cs:9
System.Type
Definition
Type.cs:12
System.TypeName
Definition
TypeName.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
ComponentModel
AttributeProviderAttribute.cs
Generated by
1.10.0