Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ElementProperties
enum
System.Xml.ElementProperties
: uint
package
Enumerator
DEFAULT
URI_PARENT
BOOL_PARENT
NAME_PARENT
EMPTY
NO_ENTITIES
HEAD
BLOCK_WS
HAS_NS
Definition at line
3
of file
ElementProperties.cs
.
4
{
5
DEFAULT
= 0u,
6
URI_PARENT
= 1u,
7
BOOL_PARENT
= 2u,
8
NAME_PARENT
= 4u,
9
EMPTY
= 8u,
10
NO_ENTITIES
= 0x10u,
11
HEAD
= 0x20u,
12
BLOCK_WS
= 0x40u,
13
HAS_NS
= 0x80u
14
}
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
Generated by
1.10.0