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
JsonConverterAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
Newtonsoft.Json.Shims
;
4
5
namespace
Newtonsoft.Json
6
{
7
// Token: 0x02000022 RID: 34
8
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Property |
AttributeTargets
.Field |
AttributeTargets
.Interface |
AttributeTargets
.Parameter, AllowMultiple =
false
)]
9
[
Preserve
]
10
public
sealed
class
JsonConverterAttribute
:
Attribute
11
{
12
// Token: 0x17000016 RID: 22
13
// (get) Token: 0x06000060 RID: 96 RVA: 0x00002984 File Offset: 0x00000B84
14
public
Type
ConverterType
15
{
16
get
17
{
18
return
this.
_converterType
;
19
}
20
}
21
22
// Token: 0x17000017 RID: 23
23
// (get) Token: 0x06000061 RID: 97 RVA: 0x00002998 File Offset: 0x00000B98
24
// (set) Token: 0x06000062 RID: 98 RVA: 0x000029AC File Offset: 0x00000BAC
25
public
object
[]
ConverterParameters
26
{
27
[
CompilerGenerated
]
28
get
29
{
30
return
this.<
ConverterParameters
>
k__BackingField
;
31
}
32
[
CompilerGenerated
]
33
private
set
34
{
35
this.<
ConverterParameters
>
k__BackingField
=
value
;
36
}
37
}
38
39
// Token: 0x06000063 RID: 99 RVA: 0x000029C0 File Offset: 0x00000BC0
40
public
JsonConverterAttribute
(
Type
converterType
)
41
{
42
do
43
{
44
base
..ctor();
45
}
46
while
(
converterType
==
null
);
47
this._converterType
=
converterType
;
48
}
49
50
// Token: 0x06000064 RID: 100 RVA: 0x000029E0 File Offset: 0x00000BE0
51
public
JsonConverterAttribute
(
Type
converterType
,
params
object
[]
converterParameters
)
52
{
53
this.ConverterParameters
=
converterParameters
;
54
}
55
56
// Token: 0x04000054 RID: 84
57
private
readonly
Type
_converterType
;
58
59
// Token: 0x04000055 RID: 85
60
[
CompilerGenerated
]
61
private
object
[] <
ConverterParameters
>
k__BackingField
;
62
}
63
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.JsonConverterAttribute.ConverterParameters
object[] ConverterParameters
Definition
JsonConverterAttribute.cs:26
Newtonsoft.Json.JsonConverterAttribute.JsonConverterAttribute
JsonConverterAttribute(Type converterType, params object[] converterParameters)
Definition
JsonConverterAttribute.cs:51
Newtonsoft.Json.JsonConverterAttribute.JsonConverterAttribute
JsonConverterAttribute(Type converterType)
Definition
JsonConverterAttribute.cs:40
Newtonsoft.Json.JsonConverterAttribute.k__BackingField
object[]< ConverterParameters > k__BackingField
Definition
JsonConverterAttribute.cs:61
Newtonsoft.Json.JsonConverterAttribute.ConverterType
Type ConverterType
Definition
JsonConverterAttribute.cs:15
Newtonsoft.Json.JsonConverterAttribute._converterType
readonly Type _converterType
Definition
JsonConverterAttribute.cs:57
Newtonsoft.Json.JsonConverterAttribute
Definition
JsonConverterAttribute.cs:11
System.Attribute
Definition
Attribute.cs:11
System.Type
Definition
Type.cs:12
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json
Definition
BsonArray.cs:8
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
JsonConverterAttribute.cs
Generated by
1.10.0