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
DefaultValueHandling.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json
5
{
6
// Token: 0x02000021 RID: 33
7
[Flags]
8
[
Preserve
]
9
public
enum
DefaultValueHandling
10
{
11
// Token: 0x04000050 RID: 80
12
Include
= 0,
13
// Token: 0x04000051 RID: 81
14
Ignore
= 1,
15
// Token: 0x04000052 RID: 82
16
Populate
= 2,
17
// Token: 0x04000053 RID: 83
18
IgnoreAndPopulate
= 3
19
}
20
}
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.DefaultValueHandling
DefaultValueHandling
Definition
DefaultValueHandling.cs:10
Newtonsoft.Json.DefaultValueHandling.Populate
@ Populate
Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate
@ IgnoreAndPopulate
Newtonsoft.Json.DefaultValueHandling.Include
@ Include
Newtonsoft.Json.DefaultValueHandling.Ignore
@ Ignore
Newtonsoft.Json
Definition
BsonArray.cs:8
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
DefaultValueHandling.cs
Generated by
1.10.0