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
MergeArrayHandling.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: 0x020000BD RID: 189
7
[
Preserve
]
8
public
enum
MergeArrayHandling
9
{
10
// Token: 0x040002F6 RID: 758
11
Concat
,
12
// Token: 0x040002F7 RID: 759
13
Union
,
14
// Token: 0x040002F8 RID: 760
15
Replace
,
16
// Token: 0x040002F9 RID: 761
17
Merge
18
}
19
}
Newtonsoft.Json.Linq.MergeArrayHandling
MergeArrayHandling
Definition
MergeArrayHandling.cs:9
Newtonsoft.Json.Linq.MergeArrayHandling.Replace
@ Replace
Newtonsoft.Json.Linq.MergeArrayHandling.Merge
@ Merge
Newtonsoft.Json.Linq.MergeArrayHandling.Union
@ Union
Newtonsoft.Json.Linq.MergeArrayHandling.Concat
@ Concat
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
MergeArrayHandling.cs
Generated by
1.10.0