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
JTokenType.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: 0x020000DF RID: 223
7
[
Preserve
]
8
public
enum
JTokenType
9
{
10
// Token: 0x04000372 RID: 882
11
None
,
12
// Token: 0x04000373 RID: 883
13
Object
,
14
// Token: 0x04000374 RID: 884
15
Array
,
16
// Token: 0x04000375 RID: 885
17
Constructor
,
18
// Token: 0x04000376 RID: 886
19
Property
,
20
// Token: 0x04000377 RID: 887
21
Comment
,
22
// Token: 0x04000378 RID: 888
23
Integer
,
24
// Token: 0x04000379 RID: 889
25
Float
,
26
// Token: 0x0400037A RID: 890
27
String
,
28
// Token: 0x0400037B RID: 891
29
Boolean
,
30
// Token: 0x0400037C RID: 892
31
Null
,
32
// Token: 0x0400037D RID: 893
33
Undefined
,
34
// Token: 0x0400037E RID: 894
35
Date
,
36
// Token: 0x0400037F RID: 895
37
Raw
,
38
// Token: 0x04000380 RID: 896
39
Bytes
,
40
// Token: 0x04000381 RID: 897
41
Guid
,
42
// Token: 0x04000382 RID: 898
43
Uri
,
44
// Token: 0x04000383 RID: 899
45
TimeSpan
46
}
47
}
Newtonsoft.Json.Linq.JTokenType
JTokenType
Definition
JTokenType.cs:9
Newtonsoft.Json.Linq.JTokenType.Comment
@ Comment
Newtonsoft.Json.Linq.JTokenType.Float
@ Float
Newtonsoft.Json.Linq.JTokenType.String
@ String
Newtonsoft.Json.Linq.JTokenType.Boolean
@ Boolean
Newtonsoft.Json.Linq.JTokenType.Uri
@ Uri
Newtonsoft.Json.Linq.JTokenType.Array
@ Array
Newtonsoft.Json.Linq.JTokenType.Date
@ Date
Newtonsoft.Json.Linq.JTokenType.Object
@ Object
Newtonsoft.Json.Linq.JTokenType.Property
@ Property
Newtonsoft.Json.Linq.JTokenType.Bytes
@ Bytes
Newtonsoft.Json.Linq.JTokenType.Raw
@ Raw
Newtonsoft.Json.Linq.JTokenType.Constructor
@ Constructor
Newtonsoft.Json.Linq.JTokenType.None
@ None
Newtonsoft.Json.Linq.JTokenType.Integer
@ Integer
Newtonsoft.Json.Linq.JTokenType.Null
@ Null
Newtonsoft.Json.Linq.JTokenType.Guid
@ Guid
Newtonsoft.Json.Linq.JTokenType.Undefined
@ Undefined
Newtonsoft.Json.Linq
Definition
CommentHandling.cs:5
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
System.TimeSpan
Definition
TimeSpan.cs:10
source
Newtonsoft.Json
Linq
JTokenType.cs
Generated by
1.10.0