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
DateTimeZoneHandling.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json
5
{
6
// Token: 0x0200000E RID: 14
7
[
Preserve
]
8
public
enum
DateTimeZoneHandling
9
{
10
// Token: 0x04000019 RID: 25
11
Local
,
12
// Token: 0x0400001A RID: 26
13
Utc
,
14
// Token: 0x0400001B RID: 27
15
Unspecified
,
16
// Token: 0x0400001C RID: 28
17
RoundtripKind
18
}
19
}
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.DateTimeZoneHandling
DateTimeZoneHandling
Definition
DateTimeZoneHandling.cs:9
Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind
@ RoundtripKind
Newtonsoft.Json.DateTimeZoneHandling.Utc
@ Utc
Newtonsoft.Json.DateTimeZoneHandling.Local
@ Local
Newtonsoft.Json.DateTimeZoneHandling.Unspecified
@ Unspecified
Newtonsoft.Json
Definition
BsonArray.cs:8
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
DateTimeZoneHandling.cs
Generated by
1.10.0