terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
XmlTypeCode
enum
System.Xml.Schema.XmlTypeCode
Enumerator
None
Item
Node
Document
Element
Attribute
Namespace
ProcessingInstruction
Comment
Text
AnyAtomicType
UntypedAtomic
String
Boolean
Decimal
Float
Double
Duration
DateTime
Time
Date
GYearMonth
GYear
GMonthDay
GDay
GMonth
HexBinary
Base64Binary
AnyUri
QName
Notation
NormalizedString
Token
Language
NmToken
Name
NCName
Id
Idref
Entity
Integer
NonPositiveInteger
NegativeInteger
Long
Int
Short
Byte
NonNegativeInteger
UnsignedLong
UnsignedInt
UnsignedShort
UnsignedByte
PositiveInteger
YearMonthDuration
DayTimeDuration
Definition at line
6
of file
XmlTypeCode.cs
.
7
{
8
// Token: 0x040005D1 RID: 1489
9
None
,
10
// Token: 0x040005D2 RID: 1490
11
Item,
12
// Token: 0x040005D3 RID: 1491
13
Node
,
14
// Token: 0x040005D4 RID: 1492
15
Document
,
16
// Token: 0x040005D5 RID: 1493
17
Element
,
18
// Token: 0x040005D6 RID: 1494
19
Attribute
,
20
// Token: 0x040005D7 RID: 1495
21
Namespace
,
22
// Token: 0x040005D8 RID: 1496
23
ProcessingInstruction
,
24
// Token: 0x040005D9 RID: 1497
25
Comment,
26
// Token: 0x040005DA RID: 1498
27
Text,
28
// Token: 0x040005DB RID: 1499
29
AnyAtomicType
,
30
// Token: 0x040005DC RID: 1500
31
UntypedAtomic
,
32
// Token: 0x040005DD RID: 1501
33
String
,
34
// Token: 0x040005DE RID: 1502
35
Boolean
,
36
// Token: 0x040005DF RID: 1503
37
Decimal
,
38
// Token: 0x040005E0 RID: 1504
39
Float,
40
// Token: 0x040005E1 RID: 1505
41
Double
,
42
// Token: 0x040005E2 RID: 1506
43
Duration
,
44
// Token: 0x040005E3 RID: 1507
45
DateTime
,
46
// Token: 0x040005E4 RID: 1508
47
Time
,
48
// Token: 0x040005E5 RID: 1509
49
Date,
50
// Token: 0x040005E6 RID: 1510
51
GYearMonth
,
52
// Token: 0x040005E7 RID: 1511
53
GYear
,
54
// Token: 0x040005E8 RID: 1512
55
GMonthDay
,
56
// Token: 0x040005E9 RID: 1513
57
GDay
,
58
// Token: 0x040005EA RID: 1514
59
GMonth
,
60
// Token: 0x040005EB RID: 1515
61
HexBinary
,
62
// Token: 0x040005EC RID: 1516
63
Base64Binary
,
64
// Token: 0x040005ED RID: 1517
65
AnyUri
,
66
// Token: 0x040005EE RID: 1518
67
QName
,
68
// Token: 0x040005EF RID: 1519
69
Notation
,
70
// Token: 0x040005F0 RID: 1520
71
NormalizedString
,
72
// Token: 0x040005F1 RID: 1521
73
Token
,
74
// Token: 0x040005F2 RID: 1522
75
Language
,
76
// Token: 0x040005F3 RID: 1523
77
NmToken
,
78
// Token: 0x040005F4 RID: 1524
79
Name
,
80
// Token: 0x040005F5 RID: 1525
81
NCName
,
82
// Token: 0x040005F6 RID: 1526
83
Id
,
84
// Token: 0x040005F7 RID: 1527
85
Idref
,
86
// Token: 0x040005F8 RID: 1528
87
Entity
,
88
// Token: 0x040005F9 RID: 1529
89
Integer,
90
// Token: 0x040005FA RID: 1530
91
NonPositiveInteger
,
92
// Token: 0x040005FB RID: 1531
93
NegativeInteger
,
94
// Token: 0x040005FC RID: 1532
95
Long,
96
// Token: 0x040005FD RID: 1533
97
Int
,
98
// Token: 0x040005FE RID: 1534
99
Short
,
100
// Token: 0x040005FF RID: 1535
101
Byte
,
102
// Token: 0x04000600 RID: 1536
103
NonNegativeInteger
,
104
// Token: 0x04000601 RID: 1537
105
UnsignedLong
,
106
// Token: 0x04000602 RID: 1538
107
UnsignedInt
,
108
// Token: 0x04000603 RID: 1539
109
UnsignedShort
,
110
// Token: 0x04000604 RID: 1540
111
UnsignedByte
,
112
// Token: 0x04000605 RID: 1541
113
PositiveInteger
,
114
// Token: 0x04000606 RID: 1542
115
YearMonthDuration
,
116
// Token: 0x04000607 RID: 1543
117
DayTimeDuration
118
}
GUISettingID.Language
@ Language
System.Attribute
Definition
Attribute.cs:11
System.Xml.Schema.XmlTypeCode.NCName
@ NCName
System.Xml.Schema.XmlTypeCode.UntypedAtomic
@ UntypedAtomic
System.Xml.Schema.XmlTypeCode.GYear
@ GYear
System.Xml.Schema.XmlTypeCode.UnsignedLong
@ UnsignedLong
System.Xml.Schema.XmlTypeCode.Int
@ Int
System.Xml.Schema.XmlTypeCode.NonNegativeInteger
@ NonNegativeInteger
System.Xml.Schema.XmlTypeCode.Entity
@ Entity
System.Xml.Schema.XmlTypeCode.NonPositiveInteger
@ NonPositiveInteger
System.Xml.Schema.XmlTypeCode.Element
@ Element
System.Xml.Schema.XmlTypeCode.DayTimeDuration
@ DayTimeDuration
System.Xml.Schema.XmlTypeCode.Base64Binary
@ Base64Binary
System.Xml.Schema.XmlTypeCode.ProcessingInstruction
@ ProcessingInstruction
System.Xml.Schema.XmlTypeCode.Short
@ Short
System.Xml.Schema.XmlTypeCode.AnyAtomicType
@ AnyAtomicType
System.Xml.Schema.XmlTypeCode.Token
@ Token
System.Xml.Schema.XmlTypeCode.Id
@ Id
System.Xml.Schema.XmlTypeCode.NmToken
@ NmToken
System.Xml.Schema.XmlTypeCode.GMonthDay
@ GMonthDay
System.Xml.Schema.XmlTypeCode.AnyUri
@ AnyUri
System.Xml.Schema.XmlTypeCode.Node
@ Node
System.Xml.Schema.XmlTypeCode.Idref
@ Idref
System.Xml.Schema.XmlTypeCode.HexBinary
@ HexBinary
System.Xml.Schema.XmlTypeCode.Notation
@ Notation
System.Xml.Schema.XmlTypeCode.UnsignedByte
@ UnsignedByte
System.Xml.Schema.XmlTypeCode.NormalizedString
@ NormalizedString
System.Xml.Schema.XmlTypeCode.PositiveInteger
@ PositiveInteger
System.Xml.Schema.XmlTypeCode.Time
@ Time
System.Xml.Schema.XmlTypeCode.Namespace
@ Namespace
System.Xml.Schema.XmlTypeCode.NegativeInteger
@ NegativeInteger
System.Xml.Schema.XmlTypeCode.UnsignedInt
@ UnsignedInt
System.Xml.Schema.XmlTypeCode.QName
@ QName
System.Xml.Schema.XmlTypeCode.GDay
@ GDay
System.Xml.Schema.XmlTypeCode.GMonth
@ GMonth
System.Xml.Schema.XmlTypeCode.Duration
@ Duration
System.Xml.Schema.XmlTypeCode.GYearMonth
@ GYearMonth
System.Xml.Schema.XmlTypeCode.UnsignedShort
@ UnsignedShort
System.Xml.Schema.XmlTypeCode.YearMonthDuration
@ YearMonthDuration
System.Xml.ConformanceLevel.Document
@ Document
System.TypeNameKind.Name
@ Name
System.TypeCode.String
@ String
System.TypeCode.Boolean
@ Boolean
System.TypeCode.DateTime
@ DateTime
System.TypeCode.Byte
@ Byte
System.TypeCode.Double
@ Double
System.Base64FormattingOptions.None
@ None
System.ConsoleKey.Decimal
@ Decimal
System
Xml
Schema
Generated by
1.10.0