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
AttributeProperties.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml
4{
5 // Token: 0x02000027 RID: 39
6 internal enum AttributeProperties : uint
7 {
8 // Token: 0x04000068 RID: 104
10 // Token: 0x04000069 RID: 105
11 URI,
12 // Token: 0x0400006A RID: 106
13 BOOLEAN,
14 // Token: 0x0400006B RID: 107
15 NAME = 4U
16 }
17}