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
HtmlTernaryTree.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml
4{
5 // Token: 0x02000013 RID: 19
6 internal abstract class HtmlTernaryTree
7 {
8 // Token: 0x0600004D RID: 77 RVA: 0x000030D8 File Offset: 0x000012D8
9 // Note: this type is marked as 'beforefieldinit'.
11 {
12 }
13
14 // Token: 0x0400003B RID: 59
15 internal static byte[] htmlElements;
16
17 // Token: 0x0400003C RID: 60
18 internal static byte[] htmlAttributes;
19 }
20}