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.
1
using
System
;
2
3
namespace
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
15
Attribute
,
16
// Token: 0x04000261 RID: 609
17
Content
,
18
// Token: 0x04000262 RID: 610
19
Closed
,
20
// Token: 0x04000263 RID: 611
21
Error
22
}
23
}
System.Xml.ReadState.Closed
@ Closed
System.Xml.ReadState.Error
@ Error
System.Xml.WriteState
WriteState
Definition
WriteState.cs:7
System.Xml.WriteState.Element
@ Element
System.Xml.WriteState.Start
@ Start
System.Xml.WriteState.Content
@ Content
System.Xml.WriteState.Attribute
@ Attribute
System.Xml.WriteState.Prolog
@ Prolog
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
WriteState.cs
Generated by
1.10.0