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
MergeNullValueHandling.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: 0x020000BE RID: 190
7
[Flags]
8
[
Preserve
]
9
public
enum
MergeNullValueHandling
10
{
11
// Token: 0x040002FB RID: 763
12
Ignore
= 0,
13
// Token: 0x040002FC RID: 764
14
Merge
= 1
15
}
16
}
Newtonsoft.Json.Linq.MergeNullValueHandling
MergeNullValueHandling
Definition
MergeNullValueHandling.cs:10
Newtonsoft.Json.Linq.MergeArrayHandling.Merge
@ Merge
Newtonsoft.Json.Linq.CommentHandling.Ignore
@ Ignore
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
source
Newtonsoft.Json
Linq
MergeNullValueHandling.cs
Generated by
1.10.0