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
TypeDescriptionProviderAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x020003C2 RID: 962
7
[
AttributeUsage
(
AttributeTargets
.Class,
Inherited
=
true
)]
8
public
sealed
class
TypeDescriptionProviderAttribute
:
Attribute
9
{
10
// Token: 0x06001997 RID: 6551 RVA: 0x000475AC File Offset: 0x000457AC
11
public
TypeDescriptionProviderAttribute
(
string
typeName)
12
{
13
do
14
{
15
base
..ctor();
16
}
17
while
(typeName ==
null
);
18
this.TypeName
= typeName;
19
}
20
21
// Token: 0x06001998 RID: 6552 RVA: 0x000475CC File Offset: 0x000457CC
22
public
TypeDescriptionProviderAttribute
(
Type
type)
23
{
24
if
(!
true
)
25
{
26
}
27
this.TypeName
= type;
28
}
29
30
// Token: 0x170005D6 RID: 1494
31
// (get) Token: 0x06001999 RID: 6553 RVA: 0x000475EC File Offset: 0x000457EC
32
public
string
TypeName
33
{
34
[
CompilerGenerated
]
35
get
36
{
37
return
this.<
TypeName
>
k__BackingField
;
38
}
39
}
40
41
// Token: 0x040012D7 RID: 4823
42
[
CompilerGenerated
]
43
private
readonly
string <TypeName>
k__BackingField
;
44
}
45
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.TypeDescriptionProviderAttribute.TypeDescriptionProviderAttribute
TypeDescriptionProviderAttribute(string typeName)
Definition
TypeDescriptionProviderAttribute.cs:11
System.ComponentModel.TypeDescriptionProviderAttribute.k__BackingField
readonly string< TypeName > k__BackingField
Definition
TypeDescriptionProviderAttribute.cs:43
System.ComponentModel.TypeDescriptionProviderAttribute.TypeDescriptionProviderAttribute
TypeDescriptionProviderAttribute(Type type)
Definition
TypeDescriptionProviderAttribute.cs:22
System.ComponentModel.TypeDescriptionProviderAttribute
Definition
TypeDescriptionProviderAttribute.cs:9
System.Type
Definition
Type.cs:12
System.TypeName
Definition
TypeName.cs:7
System.ComponentModel.InheritanceLevel.Inherited
@ Inherited
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
TypeDescriptionProviderAttribute.cs
Generated by
1.10.0