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
XPathNodeType.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.XPath
4{
5 // Token: 0x020000B9 RID: 185
6 public enum XPathNodeType
7 {
8 // Token: 0x040003FD RID: 1021
9 Root,
10 // Token: 0x040003FE RID: 1022
11 Element,
12 // Token: 0x040003FF RID: 1023
14 // Token: 0x04000400 RID: 1024
16 // Token: 0x04000401 RID: 1025
17 Text,
18 // Token: 0x04000402 RID: 1026
20 // Token: 0x04000403 RID: 1027
22 // Token: 0x04000404 RID: 1028
24 // Token: 0x04000405 RID: 1029
25 Comment,
26 // Token: 0x04000406 RID: 1030
27 All
28 }
29}