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
XmlNameTable.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml
4
{
5
// Token: 0x020000A9 RID: 169
6
public
abstract
class
XmlNameTable
7
{
8
// Token: 0x06000791 RID: 1937
9
public
abstract
string
Get
(
string
array
);
10
11
// Token: 0x06000792 RID: 1938
12
public
abstract
string
Add
(
char
[]
array
,
int
offset
,
int
length
);
13
14
// Token: 0x06000793 RID: 1939
15
public
abstract
string
Add
(
string
array
);
16
17
// Token: 0x06000794 RID: 1940 RVA: 0x00019184 File Offset: 0x00017384
18
protected
XmlNameTable
()
19
{
20
}
21
}
22
}
System.Xml.XmlNameTable.XmlNameTable
XmlNameTable()
Definition
XmlNameTable.cs:18
System.Xml.XmlNameTable.Get
string Get(string array)
System.Xml.XmlNameTable.Add
string Add(char[] array, int offset, int length)
System.Xml.XmlNameTable.Add
string Add(string array)
System.Xml.XmlNameTable
Definition
XmlNameTable.cs:7
System.Xml
Definition
ElementWriter.cs:4
System.ExceptionArgument.length
@ length
System.ExceptionArgument.offset
@ offset
System.ExceptionArgument.array
@ array
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
XmlNameTable.cs
Generated by
1.10.0