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
Required.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json
5
{
6
// Token: 0x0200001C RID: 28
7
[
Preserve
]
8
public
enum
Required
9
{
10
// Token: 0x0400003C RID: 60
11
Default
,
12
// Token: 0x0400003D RID: 61
13
AllowNull
,
14
// Token: 0x0400003E RID: 62
15
Always
,
16
// Token: 0x0400003F RID: 63
17
DisallowNull
18
}
19
}
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.ConstructorHandling.Default
@ Default
Newtonsoft.Json.Required
Required
Definition
Required.cs:9
Newtonsoft.Json.Required.AllowNull
@ AllowNull
Newtonsoft.Json.Required.Always
@ Always
Newtonsoft.Json.Required.DisallowNull
@ DisallowNull
Newtonsoft.Json
Definition
BsonArray.cs:8
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Required.cs
Generated by
1.10.0