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
JsonLoadSettings.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json.Linq
5
{
6
// Token: 0x020000BB RID: 187
7
[
Preserve
]
8
public
class
JsonLoadSettings
9
{
10
// Token: 0x17000152 RID: 338
11
// (get) Token: 0x060006E3 RID: 1763 RVA: 0x00012208 File Offset: 0x00010408
12
// (set) Token: 0x060006E4 RID: 1764 RVA: 0x0001221C File Offset: 0x0001041C
13
public
CommentHandling
CommentHandling
14
{
15
get
16
{
17
return
this.
_commentHandling
;
18
}
19
set
20
{
21
this._commentHandling
=
value
;
22
}
23
}
24
25
// Token: 0x17000153 RID: 339
26
// (get) Token: 0x060006E5 RID: 1765 RVA: 0x00012230 File Offset: 0x00010430
27
// (set) Token: 0x060006E6 RID: 1766 RVA: 0x00012244 File Offset: 0x00010444
28
public
LineInfoHandling
LineInfoHandling
29
{
30
get
31
{
32
return
this.
_lineInfoHandling
;
33
}
34
set
35
{
36
this._lineInfoHandling
=
value
;
37
}
38
}
39
40
// Token: 0x060006E7 RID: 1767 RVA: 0x00012258 File Offset: 0x00010458
41
public
JsonLoadSettings
()
42
{
43
}
44
45
// Token: 0x040002F1 RID: 753
46
private
CommentHandling
_commentHandling
;
47
48
// Token: 0x040002F2 RID: 754
49
private
LineInfoHandling
_lineInfoHandling
;
50
}
51
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Linq.JsonLoadSettings.JsonLoadSettings
JsonLoadSettings()
Definition
JsonLoadSettings.cs:41
Newtonsoft.Json.Linq.JsonLoadSettings._lineInfoHandling
LineInfoHandling _lineInfoHandling
Definition
JsonLoadSettings.cs:49
Newtonsoft.Json.Linq.JsonLoadSettings._commentHandling
CommentHandling _commentHandling
Definition
JsonLoadSettings.cs:46
Newtonsoft.Json.Linq.JsonLoadSettings
Definition
JsonLoadSettings.cs:9
Newtonsoft.Json.Linq.LineInfoHandling
LineInfoHandling
Definition
LineInfoHandling.cs:9
Newtonsoft.Json.Linq.CommentHandling
CommentHandling
Definition
CommentHandling.cs:9
Newtonsoft.Json.Linq
Definition
CommentHandling.cs:5
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Linq
JsonLoadSettings.cs
Generated by
1.10.0