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
ParseResult.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json.Utilities
5
{
6
// Token: 0x02000059 RID: 89
7
[
Preserve
]
8
internal
enum
ParseResult
9
{
10
// Token: 0x040001C9 RID: 457
11
None
,
12
// Token: 0x040001CA RID: 458
13
Success
,
14
// Token: 0x040001CB RID: 459
15
Overflow
,
16
// Token: 0x040001CC RID: 460
17
Invalid
18
}
19
}
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.Utilities.ParseResult
ParseResult
Definition
ParseResult.cs:9
Newtonsoft.Json.Utilities.ParseResult.Overflow
@ Overflow
Newtonsoft.Json.Utilities.ParseResult.Invalid
@ Invalid
Newtonsoft.Json.Utilities.ParseResult.Success
@ Success
Newtonsoft.Json.Utilities.ParseResult.None
@ None
Newtonsoft.Json.Utilities
Definition
Base64Encoder.cs:6
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Utilities
ParseResult.cs
Generated by
1.10.0