Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DocumentXmlWriterType.cs
Go to the documentation of this file.
1
namespace
System.Xml
;
2
3
internal
enum
DocumentXmlWriterType
4
{
5
InsertSiblingAfter
,
6
InsertSiblingBefore
,
7
PrependChild
,
8
AppendChild
,
9
AppendAttribute
,
10
ReplaceToFollowingSibling
11
}
System.Xml.DocumentXmlWriterType
DocumentXmlWriterType
Definition
DocumentXmlWriterType.cs:4
System.Xml.DocumentXmlWriterType.AppendAttribute
@ AppendAttribute
System.Xml.DocumentXmlWriterType.AppendChild
@ AppendChild
System.Xml.DocumentXmlWriterType.InsertSiblingAfter
@ InsertSiblingAfter
System.Xml.DocumentXmlWriterType.InsertSiblingBefore
@ InsertSiblingBefore
System.Xml.DocumentXmlWriterType.PrependChild
@ PrependChild
System.Xml.DocumentXmlWriterType.ReplaceToFollowingSibling
@ ReplaceToFollowingSibling
System.Xml
Definition
BaseRegionIterator.cs:1
source
System.Private.Xml
System.Xml
DocumentXmlWriterType.cs
Generated by
1.10.0