Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ElementProperties.cs
Go to the documentation of this file.
1
namespace
System.Xml
;
2
3
internal
enum
ElementProperties
: uint
4
{
5
DEFAULT
= 0
u
,
6
URI_PARENT
= 1
u
,
7
BOOL_PARENT
= 2
u
,
8
NAME_PARENT
= 4
u
,
9
EMPTY
= 8
u
,
10
NO_ENTITIES
= 0x10
u
,
11
HEAD
= 0x20
u
,
12
BLOCK_WS
= 0x40
u
,
13
HAS_NS
= 0x80
u
14
}
System.Xml.ElementProperties
ElementProperties
Definition
ElementProperties.cs:4
System.Xml.ElementProperties.NAME_PARENT
@ NAME_PARENT
System.Xml.ElementProperties.NO_ENTITIES
@ NO_ENTITIES
System.Xml.ElementProperties.BOOL_PARENT
@ BOOL_PARENT
System.Xml.ElementProperties.BLOCK_WS
@ BLOCK_WS
System.Xml.ElementProperties.URI_PARENT
@ URI_PARENT
System.Xml.ElementProperties.EMPTY
@ EMPTY
System.Xml.ElementProperties.HAS_NS
@ HAS_NS
System.Xml.ElementProperties.HEAD
@ HEAD
System.Xml.AttributeProperties.DEFAULT
@ DEFAULT
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml
Definition
BaseRegionIterator.cs:1
source
System.Private.Xml
System.Xml
ElementProperties.cs
Generated by
1.10.0