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
DataMemberAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.Serialization
4
{
5
// Token: 0x02000003 RID: 3
6
[
AttributeUsage
(
AttributeTargets
.Property |
AttributeTargets
.Field, Inherited =
false
, AllowMultiple =
false
)]
7
public
sealed
class
DataMemberAttribute
:
Attribute
8
{
9
// Token: 0x06000003 RID: 3 RVA: 0x00002078 File Offset: 0x00000278
10
public
DataMemberAttribute
()
11
{
12
}
13
14
// Token: 0x17000002 RID: 2
15
// (get) Token: 0x06000004 RID: 4 RVA: 0x00002094 File Offset: 0x00000294
16
public
string
Name
17
{
18
get
19
{
20
return
this.
name
;
21
}
22
}
23
24
// Token: 0x17000003 RID: 3
25
// (get) Token: 0x06000005 RID: 5 RVA: 0x000020A8 File Offset: 0x000002A8
26
public
int
Order
27
{
28
get
29
{
30
return
this.
order
;
31
}
32
}
33
34
// Token: 0x17000004 RID: 4
35
// (get) Token: 0x06000006 RID: 6 RVA: 0x000020BC File Offset: 0x000002BC
36
public
bool
IsRequired
37
{
38
get
39
{
40
return
this.
isRequired
;
41
}
42
}
43
44
// Token: 0x17000005 RID: 5
45
// (get) Token: 0x06000007 RID: 7 RVA: 0x000020D0 File Offset: 0x000002D0
46
public
bool
EmitDefaultValue
47
{
48
get
49
{
50
return
this.
emitDefaultValue
;
51
}
52
}
53
54
// Token: 0x04000002 RID: 2
55
private
string
name
;
56
57
// Token: 0x04000003 RID: 3
58
private
int
order
;
59
60
// Token: 0x04000004 RID: 4
61
private
bool
isRequired
;
62
63
// Token: 0x04000005 RID: 5
64
private
bool
emitDefaultValue
=
true
;
65
}
66
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.Serialization.DataMemberAttribute.isRequired
bool isRequired
Definition
DataMemberAttribute.cs:61
System.Runtime.Serialization.DataMemberAttribute.order
int order
Definition
DataMemberAttribute.cs:58
System.Runtime.Serialization.DataMemberAttribute.name
string name
Definition
DataMemberAttribute.cs:55
System.Runtime.Serialization.DataMemberAttribute.EmitDefaultValue
bool EmitDefaultValue
Definition
DataMemberAttribute.cs:47
System.Runtime.Serialization.DataMemberAttribute.emitDefaultValue
bool emitDefaultValue
Definition
DataMemberAttribute.cs:64
System.Runtime.Serialization.DataMemberAttribute.Order
int Order
Definition
DataMemberAttribute.cs:27
System.Runtime.Serialization.DataMemberAttribute.DataMemberAttribute
DataMemberAttribute()
Definition
DataMemberAttribute.cs:10
System.Runtime.Serialization.DataMemberAttribute.Name
string Name
Definition
DataMemberAttribute.cs:17
System.Runtime.Serialization.DataMemberAttribute.IsRequired
bool IsRequired
Definition
DataMemberAttribute.cs:37
System.Runtime.Serialization.DataMemberAttribute
Definition
DataMemberAttribute.cs:8
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System.Runtime.Serialization
DataMemberAttribute.cs
Generated by
1.10.0