Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
State
enum
System.Xml.DocumentXmlWriter.State
private
Enumerator
Error
Attribute
Prolog
Fragment
Content
Last
Definition at line
7
of file
DocumentXmlWriter.cs
.
8
{
9
Error
,
10
Attribute
,
11
Prolog
,
12
Fragment
,
13
Content
,
14
Last
15
}
System.Xml.DocumentXmlWriter.State.Fragment
@ Fragment
System.Xml.DocumentXmlWriter.State.Error
@ Error
System.Xml.DocumentXmlWriter.State.Last
@ Last
System.Xml.DocumentXmlWriter.State.Content
@ Content
System.Xml.DocumentXmlWriter.State.Attribute
@ Attribute
System.Xml.DocumentXmlWriter.State.Prolog
@ Prolog
System
Xml
DocumentXmlWriter
Generated by
1.10.0