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.
1using System;
2
3namespace 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}
string Get(string array)
string Add(char[] array, int offset, int length)
string Add(string array)