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
XmlUnspecifiedAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml
4
{
5
// Token: 0x02000081 RID: 129
6
internal
class
XmlUnspecifiedAttribute
:
XmlAttribute
7
{
8
// Token: 0x06000623 RID: 1571 RVA: 0x00014850 File Offset: 0x00012A50
9
protected
internal
XmlUnspecifiedAttribute
(
string
prefix,
string
localName,
string
namespaceURI
,
XmlDocument
doc)
10
:
base
(prefix, localName,
namespaceURI
, doc)
11
{
12
}
13
14
// Token: 0x170001A5 RID: 421
15
// (get) Token: 0x06000624 RID: 1572 RVA: 0x00014868 File Offset: 0x00012A68
16
public
override
bool
Specified
17
{
18
get
19
{
20
return
this.
fSpecified
;
21
}
22
}
23
24
// Token: 0x06000625 RID: 1573 RVA: 0x0001487C File Offset: 0x00012A7C
25
public
override
XmlNode
CloneNode
(
bool
deep
)
26
{
27
int
num = 1;
28
this.fSpecified
= num != 0;
29
throw
new
InvalidCastException
();
30
}
31
32
// Token: 0x170001A6 RID: 422
33
// (set) Token: 0x06000626 RID: 1574 RVA: 0x00014898 File Offset: 0x00012A98
34
public
override
string
InnerText
35
{
36
set
37
{
38
base.InnerText
=
value
;
39
this.fSpecified
=
true
;
40
}
41
}
42
43
// Token: 0x06000627 RID: 1575 RVA: 0x000148B4 File Offset: 0x00012AB4
44
public
override
XmlNode
RemoveChild
(
XmlNode
oldChild
)
45
{
46
XmlNode
xmlNode
=
base
.
RemoveChild
(
oldChild
);
47
this.fSpecified
=
true
;
48
return
xmlNode
;
49
}
50
51
// Token: 0x06000628 RID: 1576 RVA: 0x000148D4 File Offset: 0x00012AD4
52
public
override
XmlNode
AppendChild
(
XmlNode
newChild
)
53
{
54
XmlNode
xmlNode
=
base
.
AppendChild
(
newChild
);
55
this.fSpecified
=
true
;
56
return
xmlNode
;
57
}
58
59
// Token: 0x06000629 RID: 1577 RVA: 0x000148F4 File Offset: 0x00012AF4
60
internal
void
SetSpecified
(
bool
f)
61
{
62
}
63
64
// Token: 0x040002FE RID: 766
65
private
bool
fSpecified
;
66
}
67
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Xml.XmlAttribute
Definition
XmlAttribute.cs:8
System.Xml.XmlDocument
Definition
XmlDocument.cs:10
System.Xml.XmlNode.RemoveChild
virtual XmlNode RemoveChild(XmlNode oldChild)
Definition
XmlNode.cs:212
System.Xml.XmlNode.AppendChild
virtual XmlNode AppendChild(XmlNode newChild)
Definition
XmlNode.cs:225
System.Xml.XmlNode
Definition
XmlNode.cs:15
System.Xml.XmlUnspecifiedAttribute.SetSpecified
void SetSpecified(bool f)
Definition
XmlUnspecifiedAttribute.cs:60
System.Xml.XmlUnspecifiedAttribute.RemoveChild
override XmlNode RemoveChild(XmlNode oldChild)
Definition
XmlUnspecifiedAttribute.cs:44
System.Xml.XmlUnspecifiedAttribute.XmlUnspecifiedAttribute
XmlUnspecifiedAttribute(string prefix, string localName, string namespaceURI, XmlDocument doc)
Definition
XmlUnspecifiedAttribute.cs:9
System.Xml.XmlUnspecifiedAttribute.InnerText
override string InnerText
Definition
XmlUnspecifiedAttribute.cs:35
System.Xml.XmlUnspecifiedAttribute.CloneNode
override XmlNode CloneNode(bool deep)
Definition
XmlUnspecifiedAttribute.cs:25
System.Xml.XmlUnspecifiedAttribute.fSpecified
bool fSpecified
Definition
XmlUnspecifiedAttribute.cs:65
System.Xml.XmlUnspecifiedAttribute.Specified
override bool Specified
Definition
XmlUnspecifiedAttribute.cs:17
System.Xml.XmlUnspecifiedAttribute.AppendChild
override XmlNode AppendChild(XmlNode newChild)
Definition
XmlUnspecifiedAttribute.cs:52
System.Xml.XmlUnspecifiedAttribute
Definition
XmlUnspecifiedAttribute.cs:7
System.Xml
Definition
ElementWriter.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
XmlUnspecifiedAttribute.cs
Generated by
1.10.0