Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlAttributeFlags.cs
Go to the documentation of this file.
1
namespace
System.Xml.Serialization
;
2
3
internal
enum
XmlAttributeFlags
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
XmlAttributeFlags
Definition
XmlAttributeFlags.cs:4
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.Serialization.TypeKind.Root
@ Root
System.Xml.Serialization
Definition
DateTimeSerializationSection.cs:1
source
System.Private.Xml
System.Xml.Serialization
XmlAttributeFlags.cs
Generated by
1.10.0