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.
1using System;
2
3namespace System.Xml
4{
5 // Token: 0x02000081 RID: 129
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 {
39 this.fSpecified = true;
40 }
41 }
42
43 // Token: 0x06000627 RID: 1575 RVA: 0x000148B4 File Offset: 0x00012AB4
45 {
47 this.fSpecified = true;
48 return xmlNode;
49 }
50
51 // Token: 0x06000628 RID: 1576 RVA: 0x000148D4 File Offset: 0x00012AD4
53 {
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}
class f__AnonymousType0<< Count > j__TPar
virtual XmlNode RemoveChild(XmlNode oldChild)
Definition XmlNode.cs:212
virtual XmlNode AppendChild(XmlNode newChild)
Definition XmlNode.cs:225
override XmlNode RemoveChild(XmlNode oldChild)
XmlUnspecifiedAttribute(string prefix, string localName, string namespaceURI, XmlDocument doc)
override XmlNode AppendChild(XmlNode newChild)