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.
1
using
System
;
2
3
namespace
Newtonsoft.Json.Converters
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
}
Newtonsoft.Json.Converters.IXmlElement.IsEmpty
bool IsEmpty
Definition
IXmlElement.cs:16
Newtonsoft.Json.Converters.IXmlElement.GetPrefixOfNamespace
string GetPrefixOfNamespace(string namespaceUri)
Newtonsoft.Json.Converters.IXmlElement.SetAttributeNode
void SetAttributeNode(IXmlNode attribute)
Newtonsoft.Json.Converters.IXmlElement
Definition
IXmlElement.cs:7
Newtonsoft.Json.Converters.IXmlNode
Definition
IXmlNode.cs:9
Newtonsoft.Json.Converters
Definition
BinaryConverter.cs:8
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Converters
IXmlElement.cs
Generated by
1.10.0