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
AttributeUsageAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x0200008E RID: 142
6
[
AttributeUsage
(
AttributeTargets
.Class, Inherited =
true
)]
7
[
Serializable
]
8
public
sealed
class
AttributeUsageAttribute
:
Attribute
9
{
10
// Token: 0x06000406 RID: 1030 RVA: 0x0000C688 File Offset: 0x0000A888
11
public
AttributeUsageAttribute
(
AttributeTargets
validOn
)
12
{
13
this._attributeTarget
=
validOn
;
14
}
15
16
// Token: 0x17000063 RID: 99
17
// (get) Token: 0x06000407 RID: 1031 RVA: 0x0000C6B4 File Offset: 0x0000A8B4
18
// (set) Token: 0x06000408 RID: 1032 RVA: 0x0000C6C8 File Offset: 0x0000A8C8
19
public
bool
AllowMultiple
20
{
21
get
22
{
23
return
this.
_allowMultiple
;
24
}
25
set
26
{
27
}
28
}
29
30
// Token: 0x17000064 RID: 100
31
// (get) Token: 0x06000409 RID: 1033 RVA: 0x0000C6D8 File Offset: 0x0000A8D8
32
// (set) Token: 0x0600040A RID: 1034 RVA: 0x0000C6EC File Offset: 0x0000A8EC
33
public
bool
Inherited
34
{
35
get
36
{
37
return
this.
_inherited
;
38
}
39
set
40
{
41
}
42
}
43
44
// Token: 0x0600040B RID: 1035 RVA: 0x0000C6FC File Offset: 0x0000A8FC
45
// Note: this type is marked as 'beforefieldinit'.
46
static
AttributeUsageAttribute
()
47
{
48
}
49
50
// Token: 0x040001F7 RID: 503
51
private
AttributeTargets
_attributeTarget
=
AttributeTargets
.All;
52
53
// Token: 0x040001F8 RID: 504
54
private
bool
_allowMultiple
;
55
56
// Token: 0x040001F9 RID: 505
57
private
bool
_inherited
=
true
;
58
59
// Token: 0x040001FA RID: 506
60
internal
static
AttributeUsageAttribute
Default
;
61
}
62
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.AttributeUsageAttribute.Inherited
bool Inherited
Definition
AttributeUsageAttribute.cs:34
System.AttributeUsageAttribute._allowMultiple
bool _allowMultiple
Definition
AttributeUsageAttribute.cs:54
System.AttributeUsageAttribute.AttributeUsageAttribute
static AttributeUsageAttribute()
Definition
AttributeUsageAttribute.cs:46
System.AttributeUsageAttribute._attributeTarget
AttributeTargets _attributeTarget
Definition
AttributeUsageAttribute.cs:51
System.AttributeUsageAttribute._inherited
bool _inherited
Definition
AttributeUsageAttribute.cs:57
System.AttributeUsageAttribute.Default
static AttributeUsageAttribute Default
Definition
AttributeUsageAttribute.cs:60
System.AttributeUsageAttribute.AllowMultiple
bool AllowMultiple
Definition
AttributeUsageAttribute.cs:20
System.AttributeUsageAttribute.AttributeUsageAttribute
AttributeUsageAttribute(AttributeTargets validOn)
Definition
AttributeUsageAttribute.cs:11
System.AttributeUsageAttribute
Definition
AttributeUsageAttribute.cs:9
System.Attribute
Definition
Attribute.cs:11
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
AttributeUsageAttribute.cs
Generated by
1.10.0