Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XmlAttributeFlags
enum
System.Xml.Serialization.XmlAttributeFlags
package
Enumerator
Enum
Array
Text
ArrayItems
Elements
Attribute
Root
Type
AnyElements
AnyAttribute
ChoiceIdentifier
XmlnsDeclarations
Definition at line
3
of file
XmlAttributeFlags.cs
.
4
{
5
Enum
= 1,
6
Array
= 2,
7
Text = 4,
8
ArrayItems
= 8,
9
Elements = 0x10,
10
Attribute
= 0x20,
11
Root
= 0x40,
12
Type
= 0x80,
13
AnyElements
= 0x100,
14
AnyAttribute
= 0x200,
15
ChoiceIdentifier
= 0x400,
16
XmlnsDeclarations
= 0x800
17
}
System.Array
Definition
Array.cs:16
System.Attribute
Definition
Attribute.cs:12
System.Enum
Definition
Enum.cs:14
System.Type
Definition
Type.cs:14
System.Xml.Serialization.XmlAttributeFlags.ArrayItems
@ ArrayItems
System.Xml.Serialization.XmlAttributeFlags.AnyAttribute
@ AnyAttribute
System.Xml.Serialization.XmlAttributeFlags.AnyElements
@ AnyElements
System.Xml.Serialization.XmlAttributeFlags.XmlnsDeclarations
@ XmlnsDeclarations
System.Xml.Serialization.XmlAttributeFlags.ChoiceIdentifier
@ ChoiceIdentifier
System.Xml.StringHandleConstStringType.Root
@ Root
System
Xml
Serialization
Generated by
1.10.0