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
XmlDeclarationWrapper.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml
;
3
4
namespace
Newtonsoft.Json.Converters
5
{
6
// Token: 0x0200010B RID: 267
7
internal
class
XmlDeclarationWrapper
:
XmlNodeWrapper
,
IXmlDeclaration
,
IXmlNode
8
{
9
// Token: 0x06000A85 RID: 2693 RVA: 0x00019C54 File Offset: 0x00017E54
10
public
XmlDeclarationWrapper
(
XmlDeclaration
declaration
)
11
{
12
this._node
=
declaration
;
13
this._declaration
=
declaration
;
14
}
15
16
// Token: 0x170001DC RID: 476
17
// (get) Token: 0x06000A86 RID: 2694 RVA: 0x00019C78 File Offset: 0x00017E78
18
public
string
Version
19
{
20
get
21
{
22
return
this.
_declaration
.
version
;
23
}
24
}
25
26
// Token: 0x170001DD RID: 477
27
// (get) Token: 0x06000A87 RID: 2695 RVA: 0x00019C90 File Offset: 0x00017E90
28
// (set) Token: 0x06000A88 RID: 2696 RVA: 0x00019CA8 File Offset: 0x00017EA8
29
public
string
Encoding
30
{
31
get
32
{
33
return
this.
_declaration
.
encoding
;
34
}
35
set
36
{
37
this._declaration.Encoding
=
value
;
38
}
39
}
40
41
// Token: 0x170001DE RID: 478
42
// (get) Token: 0x06000A89 RID: 2697 RVA: 0x00019CC4 File Offset: 0x00017EC4
43
// (set) Token: 0x06000A8A RID: 2698 RVA: 0x00019CDC File Offset: 0x00017EDC
44
public
string
Standalone
45
{
46
get
47
{
48
return
this.
_declaration
.
standalone
;
49
}
50
set
51
{
52
this._declaration.Standalone
=
value
;
53
}
54
}
55
56
// Token: 0x0400040F RID: 1039
57
private
readonly
XmlDeclaration
_declaration
;
58
}
59
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Converters.XmlDeclarationWrapper.XmlDeclarationWrapper
XmlDeclarationWrapper(XmlDeclaration declaration)
Definition
XmlDeclarationWrapper.cs:10
Newtonsoft.Json.Converters.XmlDeclarationWrapper._declaration
readonly XmlDeclaration _declaration
Definition
XmlDeclarationWrapper.cs:57
Newtonsoft.Json.Converters.XmlDeclarationWrapper.Standalone
string Standalone
Definition
XmlDeclarationWrapper.cs:45
Newtonsoft.Json.Converters.XmlDeclarationWrapper.Encoding
string Encoding
Definition
XmlDeclarationWrapper.cs:30
Newtonsoft.Json.Converters.XmlDeclarationWrapper
Definition
XmlDeclarationWrapper.cs:8
Newtonsoft.Json.Converters.XmlNodeWrapper
Definition
XmlNodeWrapper.cs:10
System.Version
Definition
Version.cs:12
System.Xml.XmlDeclaration.version
string version
Definition
XmlDeclaration.cs:216
System.Xml.XmlDeclaration.standalone
string standalone
Definition
XmlDeclaration.cs:222
System.Xml.XmlDeclaration.encoding
string encoding
Definition
XmlDeclaration.cs:219
System.Xml.XmlDeclaration
Definition
XmlDeclaration.cs:8
Newtonsoft.Json.Converters.IXmlDeclaration
Definition
IXmlDeclaration.cs:7
Newtonsoft.Json.Converters.IXmlNode
Definition
IXmlNode.cs:9
Newtonsoft.Json.Converters
Definition
BinaryConverter.cs:8
System.Xml
Definition
ElementWriter.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Converters
XmlDeclarationWrapper.cs
Generated by
1.10.0