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
IXmlDeclaration.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Newtonsoft.Json.Converters
4
{
5
// Token: 0x0200010F RID: 271
6
internal
interface
IXmlDeclaration
:
IXmlNode
7
{
8
// Token: 0x170001ED RID: 493
9
// (get) Token: 0x06000AAA RID: 2730
10
string
Version
{
get
; }
11
12
// Token: 0x170001EE RID: 494
13
// (get) Token: 0x06000AAB RID: 2731
14
// (set) Token: 0x06000AAC RID: 2732
15
string
Encoding
{
get
;
set
; }
16
17
// Token: 0x170001EF RID: 495
18
// (get) Token: 0x06000AAD RID: 2733
19
// (set) Token: 0x06000AAE RID: 2734
20
string
Standalone
{
get
;
set
; }
21
}
22
}
System.Version
Definition
Version.cs:12
Newtonsoft.Json.Converters.IXmlDeclaration.Standalone
string Standalone
Definition
IXmlDeclaration.cs:20
Newtonsoft.Json.Converters.IXmlDeclaration.Encoding
string Encoding
Definition
IXmlDeclaration.cs:15
Newtonsoft.Json.Converters.IXmlDeclaration
Definition
IXmlDeclaration.cs:7
Newtonsoft.Json.Converters.IXmlNode
Definition
IXmlNode.cs:9
Newtonsoft.Json.Converters
Definition
BinaryConverter.cs:8
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Converters
IXmlDeclaration.cs
Generated by
1.10.0