terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IXmlElement.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000111")]
7 internal interface IXmlElement : IXmlNode
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x6000AB3")]
10 void SetAttributeNode(IXmlNode attribute);
11
12 [global::Cpp2ILInjected.Token(Token = "0x6000AB4")]
13 string GetPrefixOfNamespace(string namespaceUri);
14
15 [global::Cpp2ILInjected.Token(Token = "0x170001F4")]
17 {
18 [global::Cpp2ILInjected.Token(Token = "0x6000AB5")]
19 get;
20 }
21 }
22}
string GetPrefixOfNamespace(string namespaceUri)
void SetAttributeNode(IXmlNode attribute)