Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WriteState.cs
Go to the documentation of this file.
1
namespace
System.Xml
;
2
3
public
enum
WriteState
4
{
5
Start
,
6
Prolog
,
7
Element
,
8
Attribute
,
9
Content
,
10
Closed
,
11
Error
12
}
System.Xml.BinXmlToken.Error
@ Error
System.Xml.XmlBinaryNodeType.Element
@ Element
System.Xml.XmlBinaryNodeType.Attribute
@ Attribute
System.Xml.ReadState.Closed
@ Closed
System.Xml.WriteState
WriteState
Definition
WriteState.cs:4
System.Xml.WriteState.Start
@ Start
System.Xml.WriteState.Content
@ Content
System.Xml.WriteState.Prolog
@ Prolog
System.Xml
Definition
BaseRegionIterator.cs:1
source
System.Private.Xml
System.Xml
WriteState.cs
Generated by
1.10.0