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
WriteState.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml
4{
5 // Token: 0x0200005B RID: 91
6 public enum WriteState
7 {
8 // Token: 0x0400025D RID: 605
9 Start,
10 // Token: 0x0400025E RID: 606
11 Prolog,
12 // Token: 0x0400025F RID: 607
13 Element,
14 // Token: 0x04000260 RID: 608
16 // Token: 0x04000261 RID: 609
17 Content,
18 // Token: 0x04000262 RID: 610
19 Closed,
20 // Token: 0x04000263 RID: 611
21 Error
22 }
23}