Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
State
enum
System.Xml.XmlTextWriter.State
private
Enumerator
Start
Prolog
PostDTD
Element
Attribute
Content
AttrOnly
Epilog
Error
Closed
Definition at line
80
of file
XmlTextWriter.cs
.
81
{
82
Start
,
83
Prolog
,
84
PostDTD
,
85
Element
,
86
Attribute
,
87
Content
,
88
AttrOnly
,
89
Epilog
,
90
Error
,
91
Closed
92
}
System.Xml.XmlTextWriter.State.Closed
@ Closed
System.Xml.XmlTextWriter.State.Element
@ Element
System.Xml.XmlTextWriter.State.PostDTD
@ PostDTD
System.Xml.XmlTextWriter.State.Error
@ Error
System.Xml.XmlTextWriter.State.Start
@ Start
System.Xml.XmlTextWriter.State.AttrOnly
@ AttrOnly
System.Xml.XmlTextWriter.State.Epilog
@ Epilog
System.Xml.XmlTextWriter.State.Content
@ Content
System.Xml.XmlTextWriter.State.Attribute
@ Attribute
System.Xml.XmlTextWriter.State.Prolog
@ Prolog
System
Xml
XmlTextWriter
Generated by
1.10.0