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
IXmlElement.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000111 RID: 273
6 internal interface IXmlElement : IXmlNode
7 {
8 // Token: 0x06000AB3 RID: 2739
9 void SetAttributeNode(IXmlNode attribute);
10
11 // Token: 0x06000AB4 RID: 2740
12 string GetPrefixOfNamespace(string namespaceUri);
13
14 // Token: 0x170001F4 RID: 500
15 // (get) Token: 0x06000AB5 RID: 2741
16 bool IsEmpty { get; }
17 }
18}
string GetPrefixOfNamespace(string namespaceUri)
void SetAttributeNode(IXmlNode attribute)